Is there a way to create proxies like in Java in a...
# announcements
j
Is there a way to create proxies like in Java in a multiplatform Kotlin project ? I’d like to implement an interface refectively but I’m not even sure it’s possible (given that I had to give up code generation with an annotation processor for a multiplatform project 😕 )