Skip to content

Commit

Permalink
[Oztechan/CCC#2125] Remove unused targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Feb 25, 2023
1 parent 6108b48 commit ff09a48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scopemob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ kotlin {
iosArm64()
iosSimulatorArm64()

js(IR)

@Suppress("UNUSED_VARIABLE")
sourceSets {

Expand Down Expand Up @@ -53,8 +51,5 @@ kotlin {

val jvmMain by getting
val jvmTest by getting

val jsMain by getting
val jsTest by getting
}
}

0 comments on commit ff09a48

Please sign in to comment.