Skip to content

Commit

Permalink
Merge pull request #581 from supabase-community/kotlin-rc2
Browse files Browse the repository at this point in the history
Update Kotlin to 2.0.0-RC2
  • Loading branch information
jan-tennert authored May 4, 2024
2 parents 7d82999 + 0ba1369 commit b5c789b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.0-RC1"
kotlin = "2.0.0-RC2"
ktor = "2.3.10"
dokka = "1.9.20"
kotlinx-datetime = "0.5.0"
Expand All @@ -20,7 +20,7 @@ moshi = "1.15.1"
jackson = "2.17.0"
browser = "1.8.0"
googleid = "1.1.0"
compose = "1.6.2"
compose = "1.6.10-rc01"
androidsvg = "1.4"
imageloader = "1.7.8"
coil = "2.6.0"
Expand All @@ -37,6 +37,7 @@ maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-publ
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }

compose = { id = "org.jetbrains.compose", version.ref = "compose" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

native-cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }

Expand Down
1 change: 1 addition & 0 deletions plugins/ComposeAuth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.android.library)
alias(libs.plugins.compose)
alias(libs.plugins.compose.compiler)
}

description = "Extends gotrue-kt with composable"
Expand Down
1 change: 1 addition & 0 deletions plugins/ComposeAuthUI/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.android.library)
alias(libs.plugins.compose)
alias(libs.plugins.compose.compiler)
}

description = "Extends supabase-kt with a Apollo GraphQL Client"
Expand Down

0 comments on commit b5c789b

Please sign in to comment.