chore(frontend+infra): re-enable browser environment for Kotlin JS with NodeJs workaround
- Applied Root NodeJs plugin initialization to resolve Gradle 9/KMP race condition.
- Restored `browser {}` configuration in multiple frontend modules, with JS test tasks disabled to prevent redundant execution.
This commit is contained in:
@@ -15,8 +15,12 @@ kotlin {
|
||||
|
||||
js {
|
||||
binaries.library()
|
||||
// browser {} block is intentionally removed to prevent "Plugin loaded multiple times" error.
|
||||
// The warning "JS Environment Not Selected" is acceptable for now.
|
||||
// Re-enabled browser environment after Root NodeJs fix
|
||||
browser {
|
||||
testTask {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user