Skip to content

Commit 5a7d96a

Browse files
Update dependency composeOptions to v1.5.7
1 parent c862b4a commit 5a7d96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.7"
5656
}
5757
packaging {
5858
resources {

presentation/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.4.7"
43+
kotlinCompilerExtensionVersion = "1.5.7"
4444
}
4545
packagingOptions {
4646
resources {

0 commit comments

Comments
 (0)