mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-14 08:11:29 +00:00
Remove js target from common template since we don't want to make template app more complex right now
This commit is contained in:
@@ -9,10 +9,6 @@ plugins {
|
||||
kotlin {
|
||||
android()
|
||||
jvm("desktop")
|
||||
js(IR) {
|
||||
browser()
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
named("commonMain") {
|
||||
@@ -33,11 +29,6 @@ kotlin {
|
||||
api("androidx.core:core-ktx:1.6.0")
|
||||
}
|
||||
}
|
||||
named("jsMain") {
|
||||
dependencies {
|
||||
api(compose.web.core)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user