From c56b0847ad9745175134411c6306bc3a1caf0ea4 Mon Sep 17 00:00:00 2001 From: michaelbel Date: Wed, 5 Feb 2025 12:02:39 +0300 Subject: [PATCH] Update project --- feature/feed-impl-web/build.gradle.kts | 6 ++++-- feature/feed-web/build.gradle.kts | 6 ++++-- feature/main-impl-web/build.gradle.kts | 6 ++++-- gradle.properties | 1 - gradle/libs.versions.toml | 12 ++++++------ 5 files changed, 18 insertions(+), 13 deletions(-) diff --git a/feature/feed-impl-web/build.gradle.kts b/feature/feed-impl-web/build.gradle.kts index 53e6e6c40..fd1c2e5b1 100644 --- a/feature/feed-impl-web/build.gradle.kts +++ b/feature/feed-impl-web/build.gradle.kts @@ -10,9 +10,11 @@ plugins { kotlin { js { - browser {} + browser() + } + wasmJs { + browser() } - wasmJs() sourceSets { commonMain.dependencies { diff --git a/feature/feed-web/build.gradle.kts b/feature/feed-web/build.gradle.kts index 4812e65e7..219c62bc5 100644 --- a/feature/feed-web/build.gradle.kts +++ b/feature/feed-web/build.gradle.kts @@ -11,9 +11,11 @@ plugins { kotlin { js { - browser {} + browser() + } + wasmJs { + browser() } - wasmJs() sourceSets { commonMain.dependencies { diff --git a/feature/main-impl-web/build.gradle.kts b/feature/main-impl-web/build.gradle.kts index 304094b56..16b5731b0 100644 --- a/feature/main-impl-web/build.gradle.kts +++ b/feature/main-impl-web/build.gradle.kts @@ -10,9 +10,11 @@ plugins { kotlin { js { - browser {} + browser() + } + wasmJs { + browser() } - wasmJs() sourceSets { commonMain.dependencies { diff --git a/gradle.properties b/gradle.properties index db1d28e2b..65c4a85cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,6 @@ android.defaults.buildFeatures.shaders=false xcodeproj=./ios-app # kmp -kotlin.mpp.androidGradlePluginCompatibility.nowarn=true # Disabled due to https://youtrack.jetbrains.com/issue/KT-65761 kotlin.native.disableCompilerDaemon = true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f91304ec7..fe7cdffab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,12 +28,12 @@ androidx-activity = "1.10.0" androidx-benchmark = "1.3.3" androidx-biometric-ktx = "1.2.0-alpha05" androidx-browser = "1.8.0" -androidx-compose-animation = "1.7.6" -androidx-compose-foundation = "1.7.6" -androidx-compose-runtime = "1.7.6" -androidx-compose-ui = "1.7.6" +androidx-compose-animation = "1.7.7" +androidx-compose-foundation = "1.7.7" +androidx-compose-runtime = "1.7.7" +androidx-compose-ui = "1.7.7" androidx-compose-ui-tooling-preview-desktop = "1.7.0" -androidx-compose-material = "1.7.6" +androidx-compose-material = "1.7.7" androidx-compose-material3 = "1.3.1" androidx-core-ktx = "1.15.0" androidx-core-splashscreen = "1.0.1" @@ -43,7 +43,7 @@ androidx-lifecycle = "2.8.7" androidx-glance = "1.1.1" androidx-palette-ktx = "1.0.0" androidx-paging = "3.3.5" -androidx-room = "2.7.0-alpha12" +androidx-room = "2.7.0-alpha13" androidx-startup = "1.2.0" androidx-sqlite = "2.5.0-SNAPSHOT" androidx-test-ext = "1.2.1"