Archived
1
0
Fork 0

Generate block stub classes

This commit is contained in:
Moritz Ruth 2020-10-06 17:12:23 +02:00
parent 50710d6240
commit edc93f7a80
11 changed files with 178 additions and 73 deletions

View file

@ -40,6 +40,10 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")
}
kotlin {
sourceSets["main"].kotlin.srcDir("src/main/generatedKotlin")
}
tasks {
compileKotlin {
kotlinOptions.jvmTarget = "1.8"