So i have a multiplatform project with an expect d...
# multiplatform
r
So i have a multiplatform project with an expect declaration in lets a "A:Foo" and the actual in "B:Foo" and it inherits another expect class from "A:Bar" but in "B:Bar" the actual includes a non expect function, now in "B:Foo" IntelliJ doesn't detect override of that additional function in "B:Bar" and insists that the new functions doesn't exist, is this just a bug atm or how can i fix this issue in IntelliJ, the code compiles perfectly fine. Thats kinda confusing but the actual class im talking about is here https://github.com/DaRacci/Minix/blob/d0570e81ad338f6c43510fab49832fd3a921931a/minix-plugin/api-paper/src/main/kotlin/dev/racci/minix/api/extension/Extension.kt#L23-L29 Those two functions don't exist in the view of IntelliJ