You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now the codegen generates a
META-INF/services
file to discover theServiceBindingFactory
. 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.The text was updated successfully, but these errors were encountered: