kotlin-react-core/build.gradle.kts (11 lines of code) (raw):
plugins {
id("wrappersbuild.kotlin-library-conventions")
}
dependencies {
jsMainApi(projects.kotlinBrowser)
jsMainApi(projects.kotlinCsstype)
jsMainApi(libs.coroutines.core)
webTestImplementation(libs.kotlin.test)
webTestImplementation(libs.coroutines.test)
webMainApi(npm(jspkg.react))
}