Fix serialization of facet settings in order to read properly
settings of native platforms
This commit is contained in:
@@ -11,7 +11,7 @@ import org.jetbrains.kotlin.platform.toTargetPlatform
|
||||
|
||||
abstract class KonanPlatform : SimplePlatform("Native") {
|
||||
override val oldFashionedDescription: String
|
||||
get() = "Kotlin/Native "
|
||||
get() = "Native "
|
||||
}
|
||||
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
|
||||
Reference in New Issue
Block a user