add Java tests for verifying @JvmStatic (#14)

This commit is contained in:
Adam 2024-02-25 13:17:08 +01:00 committed by GitHub
parent 61137e0878
commit 171570159e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 102 additions and 22 deletions

View file

@ -36,7 +36,7 @@ kotlin {
targets.withType<KotlinJvmTarget>().configureEach {
testRuns.configureEach {
executionTask.configure {
// useJUnitPlatform()
useJUnitPlatform()
}
}
}