Johannes Fahrenkrug
01/25/2022, 6:51 PM1.6.20-dev-7317
(both for kotlin("multiplatform")
and for kotlin("native.cocoapods")
, I get Unresolved reference: cocoapods
when trying to import cocoapods
in a .kt file. For example import cocoapods.libsodium.crypto_sign_state
. This worked fine with 1.6.10
. Do I need to do this kind of import differently when using 1.6.20
?Viacheslav Kormushkin
01/26/2022, 11:58 AM