Advance kotlin.browser and kotlin.dom packages deprecation level to ERROR #KT-39330

This commit is contained in:
Abduqodiri Qurbonzoda
2021-09-20 12:28:07 +00:00
committed by Space
parent 93833f7db2
commit 9a5a3bfdfb
18 changed files with 48 additions and 48 deletions
@@ -1,6 +1,6 @@
package sample
import kotlin.browser.document
import kotlinx.browser.document
fun myApp() {
val element = document.getElementById("foo")