-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
KmpComponentCreate not generated for IosSimulatorArm64 #422
Comments
Ok, by removing the scope from my coroutine scope providers it builds:
I don't understand why it doesn't build for the iOS target with |
Seems like it's not seeing the scope annotation on the component for some reason? How are you declaring it, directly on ApplicationComponent? |
Ah, that was it! I didn't have it on the |
That's a good question... they should've reported the same error. |
I have the
@KmpComponentCreate
annotation set up on an extension in the shared code and it all works fine for Android and jvm, but I can't seem to get it to generate theKmpComponentCreate
for the iOS target. TheInjectApplicationComponent
is generated just fine:Stripped out package id from the screenshot and logs
The directory structure that I'm using is a bit customized, as in I'm not using the default src directories. Unsure if that matters for this error.
The text was updated successfully, but these errors were encountered: