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