I'm working on a KMP project and would love to use this library, so I created PR to bring support for the two additional platform targets, Javascript (Browser) and JVM (Desktop) I need.
ref #20
Note: While there are >3000 changes, the majority of that is the yarn.lock file, which can be ignored.
Changes
Add js and jvm to build.gradle.kts
Add sample apps for the two new platforms
Update README with examples on how to run the sample
Add run configurations, so Android Studio can pick them up
Refactor ScreenInfo from a object to a @Composable function
I did attempt to add the macos target as well, but came across an issue and ran out of time. I may submit another pull in the future.
I'm working on a KMP project and would love to use this library, so I created PR to bring support for the two additional platform targets, Javascript (Browser) and JVM (Desktop) I need.
ref #20
Note: While there are >3000 changes, the majority of that is the
yarn.lock
file, which can be ignored.Changes
ScreenInfo
from aobject
to a@Composable
functionI did attempt to add the
macos
target as well, but came across an issue and ran out of time. I may submit another pull in the future.