Fix serialization of facet settings in order to read properly

settings of native platforms
This commit is contained in:
Andrey Uskov
2019-06-28 13:05:48 +03:00
parent 404ce1a8c1
commit 9fc60be9d8
5 changed files with 78 additions and 1 deletions
@@ -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")