kotlin-obd-api
kotlin-obd-api copied to clipboard
Make the library Multiplatform
I want to use this library in my pet project for ios/android obd app. I have adopted it to Kotlin Multiplatform
- Updated to Kotlin 2.0
- Updated kotlinx.coroutines to 1.9.0-RC
- Updated project structure
- Added
ios,android,jvm,macos,wasmJstargets - Use kotlinx.io for multiplatform IO
The tests are only for jvm platform for now.
Unfortunately, not all artifacts can be published with jitpack.io See the related issue
@AYastrebov do you have any code examples? I'm trying to use this branch for some multiplatform shenanigans but I couldn't find a good example of converting Swift input/output into Kotlinx Source objects
@ewilliamsfleetio not yet. I was planning to use this lib in my pet project, but unfortunately, I can't find enough time to do that.