apply from: "../shared.gradle"

kotlinFrontend {

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

}