Do not load JvmPackageName-annotated parts on Kotlin < 1.2
This commit is contained in:
+3
@@ -23,5 +23,8 @@ interface DeserializationConfiguration {
|
||||
val typeAliasesAllowed: Boolean
|
||||
get() = true
|
||||
|
||||
val isJvmPackageNameSupported: Boolean
|
||||
get() = true
|
||||
|
||||
object Default : DeserializationConfiguration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user