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

kotlinFrontend {

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

}