restatedev / sdk-java

Restate SDK for JVM Languages
https://restate.dev
MIT License
21 stars 4 forks source link

Alternative to SPI for Java/Kotlin mixed projects #295

Open slinkydeveloper opened 3 months ago

slinkydeveloper commented 3 months ago

Right now the codegen generates a META-INF/services file to discover the ServiceBindingFactory. This has the issue that when mixing java and kotlin in the same project, the two code-generators will generate different files, and gradle won't like that. We should seek whether we need an alternative to the SPI.