You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add another Gradle module that implements the library for Jetpack Compose?
The compose version can be used in the compose for desktop which in turn can be shipped to Web, Windows, Linux, MacOs (Compose for Web currently does not allow you to directly reuse existing widgets (unlike the Android and Desktop targets for Jetpack Compose, which allow direct code sharing for most widgets out of the box)).
For an example, see sample number 6 in this page.
Can we add another Gradle module that implements the library for Jetpack Compose?
The compose version can be used in the compose for desktop which in turn can be shipped to Web, Windows, Linux, MacOs (Compose for Web currently does not allow you to directly reuse existing widgets (unlike the Android and Desktop targets for Jetpack Compose, which allow direct code sharing for most widgets out of the box)).
For an example, see sample number 6 in this page.
See the following Stack Overflow post: How to migrate my custom view to Jetpack Compose?.
Implementation:
Videos:
Can we convert the library to Kotlin multiplatform so it can be used on other platforms like Web and IOS?
The text was updated successfully, but these errors were encountered: