Skip to content

Commit 47c746a

Browse files
Merge pull request SmartToolFactory#40 from ardakazanci/update/kotlinCompilerExtensionVersion-update
[UPDATE]- kotlinCompilerExtensionVersion update.
2 parents 4fffd3f + 470d015 commit 47c746a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tutorial2-1Unit-Testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
compose = true
4141
}
4242
composeOptions {
43-
kotlinCompilerExtensionVersion = "1.5.3"
43+
kotlinCompilerExtensionVersion = "1.5.10"
4444
}
4545
packagingOptions {
4646
resources {

Tutorial2-2UI-Testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
compose = true
4141
}
4242
composeOptions {
43-
kotlinCompilerExtensionVersion = "1.5.3"
43+
kotlinCompilerExtensionVersion = "1.5.10"
4444
}
4545
packaging {
4646
resources {

0 commit comments

Comments
 (0)