https://kotlinlang.org logo
#koin
Title
# koin
j

John O'Reilly

09/25/2023, 6:39 PM
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

arnaud.giuliani

09/26/2023, 3:10 PM
yes deprecated, but could do something to take it back to next patch
j

John O'Reilly

09/26/2023, 3:10 PM
Using it atm in PeopleInSpace
is it that there's different watchOS target now supported or watchOS in general isn't supported?
a

arnaud.giuliani

09/26/2023, 3:36 PM
deprecated target mainly, this means that they will drop it one day
I can revert back dropped deprecated targets
j

John O'Reilly

09/26/2023, 3:39 PM
that'd be great, thanks
where did you see about it being deprecated? Maybe I should be using different one
a

arnaud.giuliani

09/26/2023, 4:10 PM
is it a target you need here specially?
j

John O'Reilly

09/26/2023, 4:17 PM
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

arnaud.giuliani

09/26/2023, 5:09 PM
good point 🙂
3 Views