subprojects { apply plugin: 'java' repositories { mavenCentral() } dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.3" } }