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
6 lines
191 B
HTML
6 lines
191 B
HTML
<html>
|
|
<body>
|
|
This inspection reports usages of 'kotlin.dom' and 'kotlin.browser' packages which were moved to 'kotlinx.dom' and 'kotlinx.browser'
|
|
respectively in Kotlin 1.4+.
|
|
</body>
|
|
</html> |