mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
android: set explicit compiler version
This commit is contained in:
parent
ffc4c9c745
commit
0a6d025f5a
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue