Showing All Messages Could not find "co.touchlab:s...
# touchlab-tools
b
Showing All Messages Could not find "co.touchlab:stately-common" in [/Users/palankinagendrabharatkumar/fleet/NotesKMP, /Users/palankinagendrabharatkumar/.konan/klib, /Users/palankinagendrabharatkumar/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.21/klib/common, /Users/palankinagendrabharatkumar/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.21/klib/platform/ios_simulator_arm64] getting this error any idea how to fix
k
I don't have the other threads discussing this handy. Summary, Stately 2 had a pretty big package reorg. Some other libraries use Stately 1 still, and it's creating this issue. Add "stately-common" explicitly. https://kotlinlang.slack.com/archives/CTJB58X7X/p1700703726471069?thread_ts=1700597075.904499&cid=CTJB58X7X
Likely either Koin or Sqldelight, although the latest sqldelight doesn't cause this.
m
Do you use Kamel? Upgrading Koin without upgrading Kamel to the latest version also causes this
k
I've never heard of Kamel 🙂 Googling...
Nope, I take that back. I've seen it but never used it.
Koin needs to update the stately version. It's still using the old one, so updates to Koin won't solve the issue. I'll need to add a ticket there. I had intended to send a PR but things have been busy around here lately...
PR sent but apparently I need to set up signed commits: https://github.com/InsertKoinIO/koin/pull/1786. Letting CI run to check that version bump works first.
However, the version bump won't be available until the next Koin release that uses it, and I don't know when that will be.
b
@Mofe Ejegi @kpgalligan the issue was fixed temporarily as i added the stately dependency in Ios common