apply from: "../shared.gradle"

kotlinFrontend {

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

}