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

dependencies {
    compile project(":kvision-modules:kvision-redux")
}

kotlinFrontend {

    npm {
        dependency("tabulator-tables", "4.5.2")
    }

}