Michael Paus
11/28/2022, 5:54 PMMichael Paus
11/28/2022, 5:55 PMMichael Paus
11/28/2022, 5:55 PMkotlin {
...
macosX64 {
compilations.getByName("main") {
cinterops {
val libdemomodel by creating
}
}
binaries {
...
}
}
...
}
As I already said. This compiles and works perfectly but IntelliJ is just not able to resolve it. Does anybody have an idea what might be missing?psh
11/28/2022, 8:23 PMkotlin.mpp.enableCInteropCommonization=true
to your gradle.properties
file. The rest of my cinterop config isn’t vastly different to yours.Landry Norris
11/28/2022, 9:21 PMMichael Paus
11/28/2022, 9:36 PMMichael Paus
11/28/2022, 9:43 PMLandry Norris
11/28/2022, 9:43 PMMichael Paus
11/28/2022, 9:45 PMLandry Norris
11/28/2022, 9:46 PMLandry Norris
11/28/2022, 9:48 PMMichael Paus
11/28/2022, 9:58 PMLandry Norris
11/28/2022, 9:59 PMMichael Paus
11/28/2022, 10:00 PMLandry Norris
11/28/2022, 10:00 PM