<@U1C97S1T5> I was able to compile changing: ``` ...
# kobalt
e
@devcharly I was able to compile changing:
Copy code
dependencies {
		compileOnly("com.beust:kobalt-plugin-api:")
        compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.2.10")
		compile("com.devcharly:kotlin-ant-dsl:${Versions.kotlinAntDSL}")
		compile("org.apache.ant:ant:${Versions.ant}")
	}
But the jars are the same size, as you're seeing.