Kotlin Script, Version Catlogues, Kotlin Sample, Compose Sample#68
Open
Doomsdayrs wants to merge 5 commits intoadaptech-cz:masterfrom
Open
Kotlin Script, Version Catlogues, Kotlin Sample, Compose Sample#68Doomsdayrs wants to merge 5 commits intoadaptech-cz:masterfrom
Doomsdayrs wants to merge 5 commits intoadaptech-cz:masterfrom
Conversation
Its more idiomatic & JVM like compared Groovy. Also is the new standard.
Upgrades Gradle to 8.9
Various improvements. 1. Compose to be up to date with android standards. 2. Kotlin since Java is no longer the programming language for Android. 3. Coroutines instead of threads for better multithreaded management. 4. Flows instead of LiveData 5. Document the code somewhat.
Member
|
Hi, thanks for the PR. I have some refactoring of the project in progress - specifically separating Leptonica and Tesseract as standalone projects/libraries to be consumed using prefab, but I had some problems with JitPack, so I need to finish these first. Also I'm not ready to fully switch to Kotlin yet. Could you for now extract your modified sample into own module, let's say |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Various things to ensure the library is up to date.
I likely will use this library in production soon, thus why I put effort into converting (it helps me understand how the app and library is designed)