Is there a doc describing how the native interacti...
# compose-desktop
j
Is there a doc describing how the native interaction with OS APIs work? A lot of io can be handled on the jvm but what about things like notifications, checking for dark mode, etc
1
b
Google JNI. It's the same as for swing javafx apps