pardom
03/08/2019, 2:52 PMkotlin.TypeCastException
that I’m hoping you all can help with. In order to get around generics and casting issues in K/N, I’ve quarantined a call to a generic function to the common Kotlin code in an mpp project: https://github.com/pardom/oolong/pull/16/files#diff-b6307a0524635d6d8940c58b27823806R48. This fixes the compiler errors in Swift, however it fails at runtime due to casting. Any ideas why?olonho
03/08/2019, 5:06 PMpardom
03/08/2019, 5:06 PM