Refactoring: extract "kotlin.stdlib" to constant
It will be used in IDE as well.
This commit is contained in:
@@ -106,3 +106,5 @@ interface JavaModule {
|
||||
override fun toString(): String = name
|
||||
}
|
||||
}
|
||||
|
||||
const val KOTLIN_STDLIB_MODULE_NAME = "kotlin.stdlib"
|
||||
Reference in New Issue
Block a user