When I command-click
into the JetpackCompose function, all I see is below (as per Android Studio 4.2)
I click Download Sources
, but nothing happens. I click Decompile to Java
, it's relative cryptic code to understand the Java version of it. How could I see the source easily in Android Studio?
androidx.compose.compiler
to the dependencies solved this issue – Oloughlin