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
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user