-
Notifications
You must be signed in to change notification settings - Fork 88
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
please support ios #287
Comments
We have a fork here https://github.com/open-ani/ComposeReorderable which added ios targets and upgraded Kotlin and Compose versions to modern ones. You may import it using Gradle Copmosite Builds: // settings.gradle.kts
includeBuild("app/shared/reorderable") {
dependencySubstitution {
substitute(module("org.burnoutcrew.composereorderable:reorderable")).using(project(":reorderable"))
}
}
|
sorry but how do u exactly import the forked version I cloned the fork into my project into app/shared/reordable |
@YoussefHachicha That should do the job. Ensure that Check if there is a typo (there do exist one in your comment) |
compose mulitplatform ios is beta,please support ios, thanks.
The text was updated successfully, but these errors were encountered: