75de352ce2
- This inspection allows to migrate from `kotlin.dom|kotlin.browser` to `kotlinx.dom|kotlinx.browser` packages respectively - This inspection is available from the import statements, and also from the `Run migrations` action - ^KT-39869 Fixed
7 lines
126 B
Plaintext
Vendored
7 lines
126 B
Plaintext
Vendored
// "Fix 'kotlin.dom' package usage" "true"
|
|
// JS
|
|
|
|
package test
|
|
|
|
import kotlin.browser.localStorage
|
|
import kotlinx.dom.addClass |