Are there any api docs for kotlin/compose that are easily searchable and not spread around 40 or so different web pages?
😆 1
g
Gleb Minaev
09/18/2022, 4:51 PM
Am I right you are asking about JetBrains Compose API reference?
If I'm right, there is no API reference for JetBrains Compose. Although, there is for Jetpack Compose, which API was taken as a start point for JetBrains Compose. So most of the JetBrains Compose API is actually part of the Jetpack Compose API.
e
Eric Womer
09/18/2022, 4:55 PM
I was talking about Jetpack Compose, didn't even know there was a JetBrains Compose
Eric Womer
09/18/2022, 4:56 PM
I already found those documentation links, but every component is in a different web page, so its hard to search in page for an item.