Looks like change in targets supported in 3.5.0? ...
# koin
j
Looks like change in targets supported in 3.5.0?
Copy code
:common:watchosArm32Main: Could not resolve io.insert-koin:koin-core:3.5.0
a
yes deprecated, but could do something to take it back to next patch
j
Using it atm in PeopleInSpace
is it that there's different watchOS target now supported or watchOS in general isn't supported?
a
deprecated target mainly, this means that they will drop it one day
I can revert back dropped deprecated targets
j
that'd be great, thanks
where did you see about it being deprecated? Maybe I should be using different one
a
is it a target you need here specially?
j
Perhaps not.....right now PeopleInSpace includes following...they were added some time ago but could be the Arm32 one isn't really needed any more
Copy code
watchosArm32(),
        watchosArm64(),
        watchosSimulatorArm64()
a
good point 🙂