aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules/kvision-bootstrap-upload/build.gradle
blob: 1b5c4dea140b96f746f713763e46a5f03a344a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apply from: "../shared.gradle"

dependencies {
    compile "org.jetbrains.kotlinx:kotlinx-coroutines-core-js:$coroutinesVersion"
}

kotlinFrontend {

    npm {
        dependency("bootstrap-fileinput", "5.0.6")
    }

}