Just moved to Kotlin 1.3.70 and trying to run iOSF...
# kotlin-native
t
Just moved to Kotlin 1.3.70 and trying to run iOSFrameworkTask in AS, I get this:
Copy code
e: java.lang.IllegalStateException: Symbol for deserialized  class Boolean is unbound
anybody have any clue? It is not showing me what file it is failing on (just shows a list of all kt files). Thanks!
Some of the call stack
e
Are you using kotlinx.serialization? This looks similar to a problem I ran into on native that's supposed to be fixed in 1.3.71.
t
Yes, with serialization 0.20.0. Then I hope 1.3.71 fixes it…