Skip to content

Commit cbfc76f

Browse files
author
AR Abdul Azeez
committed
fix: bump Compose Compiler to 1.5.15 for Kotlin 1.9.25 compatibility
Compose Compiler 1.5.14 requires exactly Kotlin 1.9.24, but CI resolves 1.9.25. Bumping to 1.5.15 which supports Kotlin 1.9.25. Made-with: Cursor
1 parent 1abd553 commit cbfc76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/demo/app/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.14"
37+
kotlinCompilerExtensionVersion = "1.5.15"
3838
}
3939

4040
flavorDimensions += "default"

0 commit comments

Comments
 (0)