Skip to content

Commit 714df1c

Browse files
Update dependency composeOptions to v1.5.14
1 parent 9f36759 commit 714df1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
composeOptions {
39-
kotlinCompilerExtensionVersion = "1.5.1"
39+
kotlinCompilerExtensionVersion = "1.5.14"
4040
}
4141

4242
kapt {

feature/details/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
composeOptions {
37-
kotlinCompilerExtensionVersion = "1.5.1"
37+
kotlinCompilerExtensionVersion = "1.5.14"
3838
}
3939

4040

feature/home/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
composeOptions {
37-
kotlinCompilerExtensionVersion = "1.5.1"
37+
kotlinCompilerExtensionVersion = "1.5.14"
3838
}
3939

4040

feature/search/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
composeOptions {
37-
kotlinCompilerExtensionVersion = "1.5.1"
37+
kotlinCompilerExtensionVersion = "1.5.14"
3838
}
3939

4040

0 commit comments

Comments
 (0)