Is there a way in Intellij Idea or Android Studio ...
# multiplatform
d
Is there a way in Intellij Idea or Android Studio to navigate between
actual
and
expect
declarations and viceversa? I couldn’t find any. For instance, I’m looking at
Copy code
@KtorDsl
public expect fun HttpClient(
    block: HttpClientConfig<*>.() -> Unit = {}
): HttpClient
and I wanna see all the “actual” implementation of this. If I chose the “Go to Declaration” way more than what I asked comes out and it is impossible to find the platform you are looking for
u
Click the gutter icon
1