[serialization][REVERT] workaround of KONAN_STDLIB_NAME symbol ambugity (need to be investigated and fixed)
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@ import org.jetbrains.kotlin.descriptors.ModuleDescriptor
|
||||
import org.jetbrains.kotlin.konan.library.KONAN_STDLIB_NAME
|
||||
import org.jetbrains.kotlin.name.Name
|
||||
|
||||
private val STDLIB_MODULE_NAME = Name.special("<$KONAN_STDLIB_NAME>")
|
||||
//TODO: this is should be reverted!!!
|
||||
private val STDLIB_MODULE_NAME = Name.special("<stdlib>")
|
||||
|
||||
fun ModuleDescriptor.isKonanStdlib() = name == STDLIB_MODULE_NAME
|
||||
|
||||
Reference in New Issue
Block a user