Replace kluent with kotlin.test (#361)

This commit is contained in:
Abe Pazos
2025-07-07 16:23:15 +02:00
committed by GitHub
parent 771e348631
commit 8323054519
19 changed files with 187 additions and 120 deletions

View File

@@ -19,7 +19,6 @@ tasks.withType<KotlinCompile> {
dependencies {
antlr(libs.antlr.core)
implementation(libs.antlr.runtime)
testImplementation(libs.kluent)
}
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")