Generate block stub classes
This commit is contained in:
parent
50710d6240
commit
edc93f7a80
11 changed files with 178 additions and 73 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue