Skip to content

Commit

Permalink
[#32] Dependency update kotlin monorepo to v1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Nov 2, 2023
1 parent 7044a52 commit bed3d01
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions scopemob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,16 @@ plugins {
}

kotlin {
@Suppress("OPT_IN_USAGE")
targetHierarchy.default()

jvm()

iosX64()
iosArm64()
iosSimulatorArm64()

@Suppress("UNUSED_VARIABLE")
sourceSets {
val commonTest by getting {
dependencies {
libs.common.apply {
implementation(test)
implementation(testAnnotations)
}
}
sourceSets.commonTest.dependencies {
libs.common.apply {
implementation(test)
implementation(testAnnotations)
}
}
}

0 comments on commit bed3d01

Please sign in to comment.