Replace kluent with kotlin.test (#361)
This commit is contained in:
@@ -19,7 +19,6 @@ tasks.withType<KotlinCompile> {
|
||||
dependencies {
|
||||
antlr(libs.antlr.core)
|
||||
implementation(libs.antlr.runtime)
|
||||
testImplementation(libs.kluent)
|
||||
}
|
||||
|
||||
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")
|
||||
|
||||
Reference in New Issue
Block a user