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
@@ -6,7 +6,7 @@
package org.jetbrains.analyzer
import org.w3c.xhr.*
import kotlin.browser.*
import kotlinx.browser.*
import kotlin.js.*
actual fun readFile(fileName: String): String {
@@ -3,7 +3,7 @@
* that can be found in the LICENSE file.
*/
import kotlin.browser.*
import kotlinx.browser.*
import org.w3c.fetch.*
import org.jetbrains.report.json.*
import org.jetbrains.buildInfo.Build