Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alisa911 committed Nov 20, 2024
1 parent b2e74a8 commit a28f399
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 a28f399

Please sign in to comment.