1 2 3 4 5 6 7 8 9 10 11 12 13 14
apply from: "../shared.gradle" dependencies { compile project(":kvision-modules:kvision-bootstrap") compile "org.jetbrains.kotlinx:kotlinx-coroutines-core-js:$coroutinesVersion" } kotlinFrontend { npm { dependency("bootstrap-fileinput", "4.5.2") } }