Browse Source

Add kotlin 2.0.0-Beta1 to ComposeCompilerCompatibility (#3934)

I decided to add the kotlin version name to the name of our artefact to
make it more obvious.
pull/3953/head
Oleksandr Karpovich 6 months ago committed by GitHub
parent
commit
ab34030a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt

1
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt

@ -21,6 +21,7 @@ internal object ComposeCompilerCompatibility {
"1.9.20-RC" to "1.5.2.1-rc01",
"1.9.20-RC2" to "1.5.3-rc01",
"1.9.20" to "1.5.3",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
)
fun compilerVersionFor(kotlinVersion: String): String {

Loading…
Cancel
Save