android: set explicit compiler version

This commit is contained in:
Harsh Shandilya 2022-07-09 22:52:56 +05:30
parent ffc4c9c745
commit 0a6d025f5a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -17,6 +17,10 @@ android {
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }
composeOptions {
useLiveLiterals = false
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
}
buildTypes { buildTypes {
create("benchmark") { create("benchmark") {
signingConfig = signingConfigs.getByName("debug") signingConfig = signingConfigs.getByName("debug")