Zh Efimenko
06/10/2019, 7:18 AMenum class PropertyDataType{
P_TYP_INTEGER_16() {
override fun getData(byteArray: ByteArray): Int {
...
}
}
}
kotlin compile throw exception: e: Compilation failed: Could not find serialized descriptor for index: -7412938954638445921 com.tullynore.pst.domain.dictionary,PropertyDataType.P_TYP_INTEGER_16,<init>
* Source files: FolderTests.kt, MessageTests.kt, UtilsTests.kt
* Compiler version info: Konan: 1.2.1 / Kotlin: 1.3.31
* Output kind: PROGRAM
e: java.lang.IllegalStateException: Could not find serialized descriptor for index: -7412938954638445921 com.tullynore.pst.domain.dictionary,PropertyDataType.P_TYP_INTEGER_16,<init>
Maybe someone already had such an exception? Who can help me?svyatoslav.scherbina
06/10/2019, 7:25 AMZh Efimenko
06/10/2019, 7:42 AM