annotation to fix the error in the IDE. However, when I try to build I still get an error:
Copy code
Error:(1, 1) Kotlin: Platform declaration clash: The following declarations have the same JVM signature (hex$annotations(Ljava/util/Map;)V):
val Map<UInt, UByte>.hex: String...
val Map<UInt, UInt>.hex: String...
Is there a way around this without changing the property names?
k
karelpeeters
05/07/2019, 9:29 AM
Works fine for me, are you sure the JVM is your only platform?