Skip to content

Commit f1b0ffb

Browse files
Update dependency composeOptions to v1.5.11
1 parent e6e7ee2 commit f1b0ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
compose true
3838
}
3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.5.2'
40+
kotlinCompilerExtensionVersion '1.5.11'
4141
}
4242
packagingOptions {
4343
resources {

seeker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
compose true
3838
}
3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.5.2'
40+
kotlinCompilerExtensionVersion '1.5.11'
4141
}
4242
kotlinOptions {
4343
jvmTarget = '1.8'

0 commit comments

Comments
 (0)