Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Feb 5, 2025
1 parent 7bb7804 commit c56b084
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
6 changes: 4 additions & 2 deletions feature/feed-impl-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ plugins {

kotlin {
js {
browser {}
browser()
}
wasmJs {
browser()
}
wasmJs()

sourceSets {
commonMain.dependencies {
Expand Down
6 changes: 4 additions & 2 deletions feature/feed-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ plugins {

kotlin {
js {
browser {}
browser()
}
wasmJs {
browser()
}
wasmJs()

sourceSets {
commonMain.dependencies {
Expand Down
6 changes: 4 additions & 2 deletions feature/main-impl-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ plugins {

kotlin {
js {
browser {}
browser()
}
wasmJs {
browser()
}
wasmJs()

sourceSets {
commonMain.dependencies {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit c56b084

Please sign in to comment.