apply from: "../shared.gradle"

kotlinFrontend {

    npm {
        dependency("bootstrap", "4.3.1")
    }

}