voize-gmbh / pytorch-lite-multiplatform

A Kotlin multi-platform wrapper around the PyTorch Lite libraries on Android and iOS.
Apache License 2.0
35 stars 4 forks source link

Kotlin 1.9.23 #34

Open erksch opened 2 months ago

erksch commented 2 months ago

Updating to Kotlin >1.9.10 will be tricky because useLibraries was removed. Maybe we can work around it with the new XCFramework.

https://youtrack.jetbrains.com/issue/KT-63093/Kotlin-NativeWhy-was-userLibraries-of-cocoapods-removed-on-1.9.20 https://youtrack.jetbrains.com/issue/KT-55801/Deprecate-useLibraries