When using `1.6.20-dev-7317` (both for `kotlin("mu...
# multiplatform
j
When using
1.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
?
v
Hi Johannes, no changes, it should work the same way as in the 1.6.10. I’ve tried to replicate the problem but it works fine for me. Could you please share some minimal reproducer with this problem?