Add js target in multiplatform-template

This commit is contained in:
Shagen Ogandzhanian
2021-08-02 15:36:56 +02:00
parent 36f94875f1
commit f5aefec998

View File

@@ -9,6 +9,10 @@ plugins {
kotlin {
android()
jvm("desktop")
js(IR) {
browser()
binaries.executable()
}
sourceSets {
named("commonMain") {