From 95f5ffe13a874a397a22e822a00218d3f82e84eb Mon Sep 17 00:00:00 2001 From: jbion Date: Mon, 8 Jul 2019 20:39:02 +0200 Subject: Attempt at Kotlin/JS EAP build 1.3.50-eap-54 --- sw-common-model/build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw-common-model/build.gradle.kts') diff --git a/sw-common-model/build.gradle.kts b/sw-common-model/build.gradle.kts index a9c9315b..d94559c5 100644 --- a/sw-common-model/build.gradle.kts +++ b/sw-common-model/build.gradle.kts @@ -5,7 +5,9 @@ plugins { kotlin { jvm() - js() + js { + browser() // necessary for local dependency from JS UI module + } sourceSets { val commonMain by getting { dependencies { -- cgit