-
Notifications
You must be signed in to change notification settings - Fork 885
perf: Migrate Java to Kotlin #842
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e8f7ad9
perf: use pigeon for code gen
bensonarafat 670c5b2
Update the common package
bensonarafat 23cebc5
pref: Remove pigeon changes and keep kotlin migration
bensonarafat f35eb55
fix: calling the static method from mlkit_common
bensonarafat 84e87de
Remove translation changes
bensonarafat 97b06c5
fix: code indetent
bensonarafat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
packages/google_mlkit_commons/android/gradle/wrapper/gradle-wrapper.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.0-milestone-1-bin.zip | ||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists | ||
118 changes: 0 additions & 118 deletions
118
...gle_mlkit_commons/android/src/main/java/com/google_mlkit_commons/GenericModelManager.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
...lkit_commons/android/src/main/java/com/google_mlkit_commons/GoogleMlKitCommonsPlugin.java
This file was deleted.
Oops, something went wrong.
136 changes: 0 additions & 136 deletions
136
...gle_mlkit_commons/android/src/main/java/com/google_mlkit_commons/InputImageConverter.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The gradle-wrapper.properties file specifies Gradle version
9.0-milestone-1, which is a pre-release milestone version. Using milestone (pre-release) versions in production code can introduce instability and potential compatibility issues. Consider using a stable release version of Gradle instead, such as 8.x or waiting for the stable 9.0 release.