Advance kotlin.browser and kotlin.dom packages deprecation level to ERROR #KT-39330
This commit is contained in:
committed by
Space
parent
93833f7db2
commit
9a5a3bfdfb
@@ -1,6 +1,6 @@
|
||||
package sample
|
||||
|
||||
import kotlin.browser.document
|
||||
import kotlinx.browser.document
|
||||
|
||||
fun myApp() {
|
||||
val element = document.getElementById("foo")
|
||||
|
||||
Reference in New Issue
Block a user