Skip to content

Commit

Permalink
[#32] Dependency update kotlin monorepo to v1.9.20 (#82)
Browse files Browse the repository at this point in the history
* [#32] Dependency update kotlin monorepo to v1.9.20

Co-authored-by: Mustafa Ozhan <[email protected]>

* [#32] Dependency update kotlin monorepo to v1.9.20

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Nov 2, 2023
1 parent e5e2277 commit c80d26e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

kotlin = "1.9.10"
kotlin = "1.9.20"
kover = "0.7.4"

[libraries]
Expand Down
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 c80d26e

Please sign in to comment.