I have a legacy java class that needs to provide m...
# kodein
i
I have a legacy java class that needs to provide multiple modules in it's
provideOverridingModule
implementation however the kodein builder uses the function
import
making it seemingly impossible (due to reserved keywords) to use from Java. Is my only option to define the module override in kotlin and then reference that module from java or is there a way around the
import
issue.