-
Notifications
You must be signed in to change notification settings - Fork 143
Description
I'm planning to port my navigation app to iOS using Kotlin Multiplatform (KMP). Unfortunately, KMP for iOS uses Kotlin/Native, which is incompatible with Java bytecode.
After searching for solutions and coming up empty, my plan is to convert brouter to Kotlin. The j2k tool in IntelliJ should be able to handle most of the conversion, but some parts will need to be done manually. Kotlin is fundamentally interoperable with Java, so anyone using brouter as a library should be able to continue doing so (if there are any besides myself).
In addition to the conversion, I'd like to refactor some of the code for better ergonomics and explore speeding up route generation with parallelism (might be futile 😄 ).
I realize this is a massive change, and I'm not asking for it to be accepted into brouter, not right now. At first, I'll be running it as a fork. This is just an an FYI - feel free to share any comments or thoughts below.