Refactoring: extract "kotlin.stdlib" to constant

It will be used in IDE as well.
This commit is contained in:
Nikolay Krasko
2017-09-29 18:22:53 +03:00
parent 3145c096a7
commit dc86f8c432
2 changed files with 5 additions and 2 deletions
@@ -106,3 +106,5 @@ interface JavaModule {
override fun toString(): String = name
}
}
const val KOTLIN_STDLIB_MODULE_NAME = "kotlin.stdlib"