From 7a680acb011e38c66e2039cd5d831a49b16546ad Mon Sep 17 00:00:00 2001 From: Igor Yakovlev Date: Wed, 25 Jan 2023 19:03:21 +0100 Subject: Support kotlin wasm target --- integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts') diff --git a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts index 2cea2076..cf180f48 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts +++ b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts @@ -13,6 +13,7 @@ kotlin { linuxX64("linux") macosX64("macos") js() + //TODO Add wasm when kx.coroutines will be supported and published into the main repo sourceSets { val commonMain by sourceSets.getting val linuxMain by sourceSets.getting -- cgit