Johan Nenzén

Results 15 comments of Johan Nenzén

Thanks! You took a different approach but Im gonna try it out. I do miss the stats output though. But maybe that can be added separately? It is great when...

@suusan2go Any chance that this can be merged?

Sure! The most important thing was to fix the compatibility. I'll make PR's for the other things as soon as I can.

I have run into the same problem. My workaround for now is to create a wrapper class in kotlin. ```kotlin fun iosModule(application: UIApplication) = module { single { UIApplicationWrapper(application) }...

I have added another fix to the problem described above. See pull request #41