https://kotlinlang.org logo
#eap
Title
# eap
j

Jeff Lockhart

10/13/2023, 6:43 PM
The latest 232-1.9.20-RC-release-459-IJ9559.62 Kotlin IDE plugin seems to have broken cinterop references in the IDE. Both references for dependencies from CocoaPods as well as a local C library with a manual .def file show "Unresolved reference" errors in the IDE now, while everything compiles fine. It does this for both 1.9.20-Beta2 and 1.9.20-RC. The references are detected with 1.9.10. Previously, with the 1.9.20-Beta IDE plugin, I did not notice these errors.
I'm seeing this on the kotlin-1.9.20 branch of my library. For example,
cocoapods.CouchbaseLite.CBLArray
isn't resolved here. And
libcblite.*
isn't resolved here.
I created a YouTrack issue.
thank you color 1
After uninstalling and reinstalling the 1.9.20-RC plugin, this seems to have resolved this issue. So maybe it's just an issue when updating from the 1.9.20-Beta version?
🤔 1
6 Views