Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(android): migrate DashUtil to Kotlin #4077

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

seyedmostafahasani
Copy link
Collaborator

Summary

Migrate DashUtil to Kotlin

Motivation

Migrate the codebase from Java to Kotlin

Changes

Test plan

object DashUtil {
@JvmStatic
fun loadManifest(dataSource: DataSource, uri: Uri): DashManifest {
TODO("Implement the logic to load and return the DashManifest")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a stub file, you don't need the todo ...

@seyedmostafahasani
Copy link
Collaborator Author

We have an issue excluding the Kotlin file in build.gradle.Please don’t merge this PR until it is fixed

@seyedmostafahasani seyedmostafahasani marked this pull request as draft August 21, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants