does KMP have a built-in handy dandy cross-platfor...
# announcements
p
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
Kotlin Symbol Processing (#ksp) 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.
p
thanks though! That’s interesting!