From c18c11195478ec0574bf4931eda0a5db310c918e Mon Sep 17 00:00:00 2001 From: Maciej Procyk Date: Tue, 27 Feb 2024 11:25:17 +0100 Subject: [PATCH] upgrade version --- .gitignore | 1 + composeApp/build.gradle.kts | 1 - gradle/libs.versions.toml | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33e4c75..63c3ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ captures !*.xcodeproj/project.xcworkspace/ !*.xcworkspace/contents.xcworkspacedata **/xcshareddata/WorkspaceSettings.xcsettings +.kotlin diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 6079d25..0fd5d26 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -24,7 +24,6 @@ kotlin { } } binaries.executable() - applyBinaryen() } androidTarget { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3c023e4..52c11dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,13 +4,13 @@ android-compileSdk = "34" android-minSdk = "26" android-targetSdk = "34" androidx-activityCompose = "1.8.2" -jetbrains-compose = "1.6.0-rc02" +jetbrains-compose = "1.6.0-rc03" exposed = "0.47.0" -kotlin = "1.9.22" +kotlin = "2.0.0-Beta4" ktor-server = "2.3.8" ktor-client = "3.0.0-wasm2" koin = "3.6.0-wasm-alpha2" -procyk-compose = "1.6.0-rc02.0" +procyk-compose = "1.6.0-rc03.0" logback = "1.4.14" postgres = "42.7.1" dotenv = "6.4.1"