Hi, I've searched the docs but could not find any ...
# koin
h
Hi, I've searched the docs but could not find any lead: How can I use koin from java (for interop reasons I'm using a mixed code repo)?
smthg.getKoin().get(FooBar.class)
does not work because the argument is not a KClass, but I have no clue how to create one from java.
a
Ok, interesting 🤔
on a Java class, you have
.kotlin
to make it as a Kotlin class