apply from: "../shared.gradle"

kotlinFrontend {

    npm {
        dependency("chart.js", "2.9.3")
    }

}