Skip to content

Commit

Permalink
Merge pull request #21392 from osmandapp/201124
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
alex-osm authored Nov 20, 2024
2 parents 33ff6a5 + a28f399 commit 739ab13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions OsmAnd-shared/jvm.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ kotlin {
implementation "commons-logging:commons-logging:$commonLoggingVersion"
}
}
commonTest {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-test:2.0.0"
}
}
}
}

Expand Down

0 comments on commit 739ab13

Please sign in to comment.