inspection and quickfix to replace usages of deprecated package facades

This commit is contained in:
Dmitry Jemerov
2015-09-24 14:05:28 +02:00
parent 9de74921ca
commit 32e6a6e3a1
13 changed files with 196 additions and 50 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports usages of pre-M13 Kotlin package facade classes in Kotlin code and offers to replace them with
new-style file classes.
</body>
</html>