Skip to content

Commit

Permalink
Trying to fix unresoved kotlin.Any problem: changed the order of repo…
Browse files Browse the repository at this point in the history
…sitories
  • Loading branch information
mvicsokolova committed Nov 13, 2023
1 parent f4253f9 commit 1ba8e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-testing/examples/mpp-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ plugins {
apply(plugin = "kotlinx-atomicfu")

repositories {
mavenLocal()
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
mavenCentral()
mavenLocal()
}

kotlin {
Expand All @@ -41,6 +40,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("test-junit"))
}
}
Expand Down

0 comments on commit 1ba8e2b

Please sign in to comment.