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

please support ios #287

Open
Felis-nigripes opened this issue Jun 17, 2024 · 3 comments
Open

please support ios #287

Felis-nigripes opened this issue Jun 17, 2024 · 3 comments

Comments

@Felis-nigripes
Copy link

compose mulitplatform ios is beta,please support ios, thanks.

@Him188
Copy link

Him188 commented Sep 7, 2024

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"))
    }
}

app/shared/reorderable points to the fork.

@YoussefHachicha
Copy link

sorry but how do u exactly import the forked version I cloned the fork into my project into app/shared/reordable
then I added that block of code in my settings.gradle.kts, then I added this:
dependencies {
implementation("org.burnoutcrew.composereorderable:reorderable:<latest_version>")
}
to my module build gradle and I got an error.

@Him188
Copy link

Him188 commented Sep 29, 2024

@YoussefHachicha That should do the job. Ensure that app/shared/reorderable/build.gradle.kts exists (so that you have a correct setup). Try to upgrade Gradle to 8.7 if you are lower.

Check if there is a typo (there do exist one in your comment)

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

3 participants