KMPNotifier icon indicating copy to clipboard operation
KMPNotifier copied to clipboard

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

Open omkar-tenkale opened this issue 1 year ago • 2 comments

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 avatar May 18 '24 10:05 omkar-tenkale

I had to add

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

in

commonMain.dependencies {

} 

to make it work

omkar-tenkale avatar May 18 '24 10:05 omkar-tenkale

@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: https://github.com/InsertKoinIO/koin/issues/1785

mirzemehdi avatar May 18 '24 11:05 mirzemehdi