Added Kotlin compile options configuration
This commit is contained in:
parent
adc856b1e4
commit
d005944874
8 changed files with 652 additions and 40 deletions
|
@ -68,7 +68,7 @@ class CompileKotlinOperationTest {
|
|||
}
|
||||
|
||||
var op = new CompileKotlinOperation()
|
||||
.compileOptions("-verbose")
|
||||
.compileOptions(new CompileKotlinOptions().verbose(true))
|
||||
.buildMainDirectory(mainDir)
|
||||
.buildTestDirectory(testDir)
|
||||
.compileMainClasspath(compileJars)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue