Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: support jetpack compose multiplatform #78

Open
kenyee opened this issue Jan 5, 2024 · 0 comments
Open

feature request: support jetpack compose multiplatform #78

kenyee opened this issue Jan 5, 2024 · 0 comments

Comments

@kenyee
Copy link

kenyee commented Jan 5, 2024

The artifact uses Android components according to the POM:

<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
<scope>runtime</scope>
</dependency>

does it need to use these? Would be nice to make this support Compose Multiplatform...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant