when viewing a source jar in idea, is it possible ...
# intellij
c
when viewing a source jar in idea, is it possible to navigate from excpect to actual? (my project is not a multiproject project, but the library I’m using is).
Copy code
expect object MockK {
    inline fun <T> useImpl(block: () -> T): T
}