File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737 compose true
3838 }
3939 composeOptions {
40- kotlinCompilerExtensionVersion compose_version
40+ kotlinCompilerExtensionVersion ' 1.2.0 '
4141 }
4242 packagingOptions {
4343 resources {
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.2 .0-rc02 '
3+ compose_version = ' 1.3 .0-alpha01 '
44 }
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66plugins {
77 id ' com.android.application' version ' 7.2.1' apply false
88 id ' com.android.library' version ' 7.2.1' apply false
9- id ' org.jetbrains.kotlin.android' version ' 1.6.21 ' apply false
9+ id ' org.jetbrains.kotlin.android' version ' 1.7.0 ' apply false
1010}
1111
1212task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232 compose true
3333 }
3434 composeOptions {
35- kotlinCompilerExtensionVersion compose_version
35+ kotlinCompilerExtensionVersion ' 1.2.0 '
3636 }
3737
3838 packagingOptions {
You can’t perform that action at this time.
0 commit comments