kotlin-node/build.gradle.kts (11 lines of code) (raw):
plugins {
id("wrappersbuild.kotlin-library-conventions")
}
dependencies {
webMainApi(projects.kotlinJs)
webMainApi(projects.kotlinWeb)
webMainImplementation(libs.coroutines.core)
webMainApi(devNpm(jspkg.types.node))
webTestImplementation(libs.kotlin.test)
webTestImplementation(libs.coroutines.test)
}