quick question: Is HealthKit class `HKVerifiableCl...
# ios
p
quick question: Is HealthKit class
HKVerifiableClinicalRecordQuery
supported? I can’t seem to access it through Kotlin. Thank you.
r
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
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!