Hi everyone, is there an alternative to ```android...
# koin
g
Hi everyone, is there an alternative to
Copy code
androidContext(this@MainApplication)
in Java?. I actually have this
Copy code
KoinApplication koinApp = KoinApplication.create()
                .printLogger()
                .modules(modules);
        start(koinApp);
I’m actually using the 2.0.1 version
a
yes good catch, open an issue 🙂
not sure there is anything easy to help java developers
g
Nice, i’m going to create the issue 😄
a
👍
m
java oh java