ethauvin
01/27/2018, 1:42 AMdependencies {
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.