1 2 3 4 5 6 7
apply plugin: 'kotlin-platform-js' dependencies { compile rootProject compile project(path: ":", configuration: "tests") testCompile rootProject }