supported? I can’t seem to access it through Kotlin. Thank you.
r
ribesg
06/03/2022, 8:12 AM
Recent APIs are generally not available in Kotlin/Native very fast. Are you using Kotlin 1.6.21? Did you try with 1.7.0-RC(2)?
👍 1
p
Pat Teruel
06/04/2022, 12:52 AM
Thank you for this. It does contain the classes I’m looking for. I’m just having problem with the
platform
reference being red on the import lines. lol
Is this a problem when changing Kotlin versions for a KMM project? Anyway I’ll figure this one out. Thank you very much for the help!