Skip to content

Commit 0cbeace

Browse files
committed
Remove JS compilation target
1 parent ab42a53 commit 0cbeace

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

buildSrc/src/main/kotlin/tasks.kmp-project.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ java {
4747
kotlin {
4848
jvm {}
4949

50+
/*
51+
// Target should be DISABLED!
5052
js(IR) {
5153
browser {
5254
testTask {
@@ -56,6 +58,7 @@ kotlin {
5658
}
5759
}
5860
}
61+
*/
5962

6063
tasks.withType<JavaCompile> {
6164
sourceCompatibility = JavaVersion.VERSION_17.majorVersion

0 commit comments

Comments
 (0)