I'm trying to work with a library class in IDEA and I've bumped into a very weird problem with a MPP project. I try to use the class and IDEA doesn't discover any methods on it. If I choose
inconvertible types, cannot cast Property<Boolean> to Property<Boolean>
If I compile my code form the CLI it works fine, but within IDEA it is a compile error. What am I doing wrong?
I'm trying to use a Kotlin MPP class in my Java code.
l
louiscad
02/25/2020, 10:29 PM
Seems like an import issue, a mismatch, or just a bug that you can report on kotl.in/issue
a
addamsson
02/25/2020, 10:37 PM
it is not an import nor a mismatch issue, since this works with kotlin
addamsson
02/25/2020, 10:37 PM
the project builds if i just type it in
addamsson
02/25/2020, 10:37 PM
this happens only in idea
l
louiscad
02/26/2020, 7:47 AM
You need to report it to have a chance to get it fixed then, I put a link above