Skip to content

Commit

Permalink
Revert "upgrade version"
Browse files Browse the repository at this point in the history
This reverts commit eecb0dc.
  • Loading branch information
avan1235 committed Mar 6, 2024
1 parent eecb0dc commit 5a83ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import com.codingfeline.buildkonfig.compiler.FieldSpec.Type
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
import org.jetbrains.kotlin.gradle.tasks.IncrementalSyncTask
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.getCurrentOperatingSystem as currentOS

plugins {
Expand Down Expand Up @@ -168,7 +167,3 @@ buildkonfig {
buildConfigField(Type.STRING, "CLIENT_PROTOCOL", env.CLIENT_PROTOCOL.value)
}
}

tasks.withType<IncrementalSyncTask>() {
from.from(layout.buildDirectory.dir("compose/skiko-wasm/wasmJs"))
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ android-compileSdk = "34"
android-minSdk = "26"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
jetbrains-compose = "1.6.0"
jetbrains-compose = "1.6.0-rc02"
exposed = "0.47.0"
kotlin = "2.0.0-Beta4"
kotlin = "1.9.22"
ktor-server = "2.3.8"
ktor-client = "3.0.0-wasm2"
koin = "3.6.0-wasm-alpha2"
procyk-compose = "1.6.0.0"
procyk-compose = "1.6.0-rc02.0"
logback = "1.4.14"
postgres = "42.7.1"
dotenv = "6.4.1"
Expand Down

0 comments on commit 5a83ffd

Please sign in to comment.