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

Could not find "co.touchlab:stately-common" #30

Closed
omkar-tenkale opened this issue May 18, 2024 · 2 comments · Fixed by #35
Closed

Could not find "co.touchlab:stately-common" #30

omkar-tenkale opened this issue May 18, 2024 · 2 comments · Fixed by #35
Assignees
Labels
bug Something isn't working
Milestone

Comments

@omkar-tenkale
Copy link

Android app runs fine but compiling ios app throws build error

Could not find "co.touchlab:stately-common" in [/my/project/path, /Users/me/.konan/klib, /Users/me/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.23/klib/common, /Users/me/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.23/klib/platform/ios_simulator_arm64]

@omkar-tenkale
Copy link
Author

I had to add

implementation("co.touchlab:stately-common:2.0.5")

in

commonMain.dependencies {

} 

to make it work

@mirzemehdi mirzemehdi changed the title Could not compile ios app - Could not find stately Could not find "co.touchlab:stately-common" May 18, 2024
@mirzemehdi
Copy link
Owner

@omkar-tenkale yes as a temporary solution including stately library in common should solve problem. But for next release I'll bump koin version to latest version and this will solve the issue, thanks for bringing this up

Related issue: InsertKoinIO/koin#1785

@mirzemehdi mirzemehdi added the bug Something isn't working label May 18, 2024
@mirzemehdi mirzemehdi self-assigned this May 18, 2024
@mirzemehdi mirzemehdi added this to the 1.0.0 milestone Jun 5, 2024
@mirzemehdi mirzemehdi linked a pull request Jun 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants