1 2 3 4 5 6 7 8 9
apply plugin: 'kotlin' sourceCompatibility = 1.6 dependencies { compile project(":core") compileOnly group: 'org.apache.ant', name: 'ant', version: ant_version }