mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-16 08:11:20 +00:00
Add js target in multiplatform-template
This commit is contained in:
@@ -9,6 +9,10 @@ plugins {
|
||||
kotlin {
|
||||
android()
|
||||
jvm("desktop")
|
||||
js(IR) {
|
||||
browser()
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
named("commonMain") {
|
||||
|
||||
Reference in New Issue
Block a user