where can i find a list of composable libraries th...
# compose-desktop
k
where can i find a list of composable libraries that work for
compose-desktop
as well as
compose-android
for example, https://github.com/AndroidPoet/Dropdown works for
compose-android
via gradle, but is not importable in
compose-desktop
via gradle (HOWEVER: it's sources, specifically https://github.com/AndroidPoet/Dropdown/tree/master/dropdown/src/main/java/com/androidpoet/dropdown can be manually copy-pasted and DOES work in
compose-desktop
)
b
Hmm, you could try searching for "compose" and filtering by android + jvm targets on https://kamp.petuska.dev
k
Interesting :)