Skip to content

Commit c02a750

Browse files
Update dependency composeOptions to v1.5.10
1 parent fb8ee59 commit c02a750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
buildConfig = true
5353
}
5454
composeOptions {
55-
kotlinCompilerExtensionVersion = "1.4.7"
55+
kotlinCompilerExtensionVersion = "1.5.10"
5656
}
5757
packaging {
5858
resources {

presentation/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
compose = true
4141
}
4242
composeOptions {
43-
kotlinCompilerExtensionVersion = "1.4.7"
43+
kotlinCompilerExtensionVersion = "1.5.10"
4444
}
4545
packagingOptions {
4646
resources {

0 commit comments

Comments
 (0)