Skip to content

Commit

Permalink
fix:support for gradle9
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Mar 23, 2024
1 parent 31c2228 commit 26bc89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ repositories {
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
implementation(libs.annotations)
testImplementation(libs.coroutines)
compileOnly(libs.serialization)
}

testing {
dependencies {
testImplementation(libs.coroutines)
testImplementation(libs.mockk)
testImplementation(libs.junit5)
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
}

Expand Down

0 comments on commit 26bc89c

Please sign in to comment.