kotlin-csstype/build.gradle.kts (9 lines of code) (raw):
plugins {
id("wrappersbuild.kotlin-library-conventions")
}
dependencies {
webMainApi(projects.kotlinCssomCore)
webMainApi(projects.kotlinJs)
webMainApi(projects.kotlinBrowser)
webMainApi(devNpm(jspkg.csstype))
}