-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error building KMM project for Arm64 simulator #96
Comments
Have a PR #103 for this waiting for approval |
- migrate to https://jmfayard.github.io/refreshVersions - migrate to Android build tools 7.1.3 - migrate to Kotlin 1.6.20 - migrate to Gradle 7.4.2 - replace the Groovy publish script by a Kotlin script - add iosSimulatorArm64 as target (fixes reduxkotlin#96)
This repo doesn't seem to be maintained any more so I forked it and fixed this issue (plus did a good amount of migrations and refactoring) here https://github.com/1gravity/redux-kotlin. Since I can't publish under
This also includes the |
@Syrou I saw that someone already took ownership of this repo. It's either adding compose functionality to my fork or merging all my changes back into this repo (I made a lot of changes). I guess it depends on how active the new maintainer is. I'm out for another 3 weeks and once I'm back I'll assess the best path forward. |
Any news here? |
All the missing kotlin targets were added and will be published with 0.6.0 release soon. Apologies for MASSIVE delays. |
Compose support will land as soon as compose 1.3.0 drops via https://github.com/reduxkotlin/redux-kotlin-compose |
Closed by #114 |
Hey y'all, I'm experiencing a build error (see below for gradle log output) in my KMM project after adding
to my
commonMain
dependencies.This seems to only be an issue for Arm64 simulator as the build passes when deploying to a physical device. Possibly similar to https://youtrack.jetbrains.com/issue/KT-49417?
Anything I can do to address this? I've also attached a sample project that reproduces the issue. And here's my

iosApp
config I'm using to run the build from Android Studio:Project to reproduce: MyApplication.zip
If y'all are already aware of this or a fix is known, please close this - I apologize if I missed it 😁
The text was updated successfully, but these errors were encountered: