Skip to content

Commit b8019cc

Browse files
Update dependency composeOptions to v1.5.13
1 parent 64d4fcd commit b8019cc

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.13"
5656
}
5757
packaging {
5858
resources {

presentation/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
compose = true
4242
}
4343
composeOptions {
44-
kotlinCompilerExtensionVersion = "1.4.7"
44+
kotlinCompilerExtensionVersion = "1.5.13"
4545
}
4646
packagingOptions {
4747
resources {

0 commit comments

Comments
 (0)