Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Dec 29, 2023
1 parent b80f6ba commit a03f9c7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
6 changes: 4 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ android {
}


compose.experimental {
web.application {}
compose {
experimental {
web.application {}
}
}

libres {
Expand Down
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[versions]

kotlin = "1.9.20"
agp = "8.1.2"
compose = "1.5.10"
kotlin = "1.9.21"
agp = "8.2.0"
compose = "1.6.0-dev1350"
androidx-appcompat = "1.6.1"
androidx-activityCompose = "1.8.0"
androidx-activityCompose = "1.8.2"
compose-uitooling = "1.5.4"
libres = "1.2.0"
voyager = "1.0.0-rc10"
composeImageLoader = "1.7.0"
voyager = "1.0.0"
composeImageLoader = "1.7.1"
buildConfig = "4.1.1"
kotlinx-coroutines = "1.7.3"
kotlinx-serialization = "1.6.0"
kotlinx-datetime = "0.4.0"
kotlinx-serialization = "1.6.2"
kotlinx-datetime = "0.5.0"
koin = "3.5.0"
koin-compose = "1.1.0"
ktor = "2.3.5"
ktor = "2.3.7"
sqlDelight = "2.0.0"
supabase = "2.0.0-alpha-1"
supabase = "2.0.2-wasm0"
lifecycle = "2.6.2"
windowsizeclass = "0.3.1"
okio = "3.6.0"
okio = "3.7.0"
richeditor = "1.0.0-beta03"
file-picker = "3.0.0"

Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pluginManagement {
gradlePluginPortal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}

Expand All @@ -16,5 +17,6 @@ dependencyResolutionManagement {
mavenCentral()
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}

0 comments on commit a03f9c7

Please sign in to comment.