Skip to content

Commit 23fe63f

Browse files
committed
variable changed.
1 parent 4f5fd29 commit 23fe63f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ buildscript {
99
min_sdk = 21
1010
nav_version = '2.5.0'
1111
kotlin_version = '1.7.0'
12+
compose_compiler_version = '1.2.0'
1213
compose_version = '1.2.0-rc01'
13-
compose_compiler = '1.2.0'
1414
version_name = '1.0.9'
1515
version_code = 9
1616
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
jvmTarget = java_version
2525
}
2626
composeOptions {
27-
kotlinCompilerExtensionVersion "$compose_compiler"
27+
kotlinCompilerExtensionVersion compose_compiler_version
2828
}
2929
packagingOptions {
3030
resources.pickFirsts.add('META-INF/LGPL2.1')

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
jvmTarget = java_version
2626
}
2727
composeOptions {
28-
kotlinCompilerExtensionVersion "$compose_compiler"
28+
kotlinCompilerExtensionVersion compose_compiler_version
2929
}
3030
buildFeatures {
3131
dataBinding true

0 commit comments

Comments
 (0)