IDE, wizards, .kts, Kotlin/JS for Node.js: fix DSL
#KT-31895 Fixed
This commit is contained in:
+1
-1
@@ -178,5 +178,5 @@ class KotlinDslGradleKotlinJSBrowserFrameworkSupportProvider :
|
||||
class KotlinDslGradleKotlinJSNodeFrameworkSupportProvider :
|
||||
AbstractKotlinDslGradleKotlinJSFrameworkSupportProvider("KOTLIN_JS_NODE", "Kotlin/JS for Node.js") {
|
||||
override val jsSubTargetName: String
|
||||
get() = "Node.js"
|
||||
get() = "nodejs"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user