mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2024-12-12 09:06:27 +01:00
89e76cc293
- Replaced kotlinx sythetic with viewbinding - Update build scripts to kotlin - Intoduced version catalog, similar to Commons - Updated kotlin from 1.7.10 to 1.9.0 - Updated Android Gradle Plugin to 8.1.0
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
plugins {
|
|
alias(libs.plugins.android).apply(false)
|
|
alias(libs.plugins.kotlinAndroid).apply(false)
|
|
alias(libs.plugins.ksp).apply(false)
|
|
}
|