[Gradle, JS] Uninternal _target in js extension

This commit is contained in:
Ilya Goncharov
2020-10-16 14:51:35 +03:00
parent 0b6959ee3d
commit 1bc52c195c
@@ -101,7 +101,8 @@ open class KotlinJsProjectExtension :
// target is public property
// Users can write kotlin.target and it should work
// So call of target should init default configuration
internal var _target: KotlinJsTargetDsl? = null
@Deprecated("Use `target` instead", ReplaceWith("target"))
var _target: KotlinJsTargetDsl? = null
private set
companion object {