In IDEA, when I navigate to the source of say `sin...
# compose-desktop
s
In IDEA, when I navigate to the source of say
singleWindowApplication()
I end up in artifact
org.jetbrains.compose.ui:ui-desktop:1.0.1
and a file
androidx.compose.ui.window.Window_desktopKt.class
. Now I thought the sources for that would be somewhere in https://github.com/JetBrains/compose-jb but I cannot find it there anywhere. Can anybody enlighten me where the sources actually are?
I've also scrolled through the first four pages of https://github.com/orgs/JetBrains/repositories ordered by stars but haven't found it yet
ah, stupid me, should have looked one page furtrher, there it is: https://github.com/JetBrains/androidx