alphacep--vosk-api
a40742bbaf
* kotlin: bump version for future release * kotlin: Unify dependency versions * kotlin: Add AUTHORS * kotlin: Add MAINTENANCE.md * kotlin: Add README.md * kotlin: Update common/Vosk.kt documentation * kotlin: Fix indentation in build.gradle.kts * kotlin: Add .idea files to unify how IDEs work * kotlin: Reformat all code * kotlin: Update all code headers * kotlin: Add @JvmStatic to objects * kotlin: Use Consumer instead of Kotlin lambda in StorageService.kt * kotlin: Annotate SpeechService.kt as throwing IOException * kotlin: Add gradle migration settings * kotlin: Add Deprecated annotation to jvm/LibVosk.setLogLevel * kotlin: Overhaul exceptions * Update documentation * Add function for creating a Recognizer with a proper list * Update documentation
357 B
357 B
Maintenance
To maintain this module, please ensure the following.
- Kotlin version is kept up to date. This will be found in the plugins block of the build.gradle.kts. Ensure both multiplatform and serialization have the same value.
- Ensure dependencies are up to date
- Ensure that the android min & target sdks are up to date.