does KMP have a built-in handy dandy cross-platform mechanism that approximates the functionality of ServiceLoader, or do I just need to bite the bullet and have this process be slighlty more manual?
t
Tyler Hodgkins
02/04/2021, 7:45 AM
Kotlin Symbol Processing (#C013BA8EQSE) will eventually support multiplatform projects and could then potentially support a tool that would provide code generation for a purpose like this. I don’t have any other experience with KMP so I can’t speak to existing tools.