Ondřej Kycelt

Results 12 comments of Ondřej Kycelt

@RafaelPlantard, could you share what exactly was the issue on your end? I think I'm facing the same problem now with a similar use case like @igorkulman.

> This is beyond annoying, can anyone at least recommend a different workaround?? We're trying to use only one-word flavor names because of this issue. Another option which seemed to...

That should probably be sufficient. Thank you.

We could also use tvOS support :)

@TheModMaker, do you have any ETA on this? Thanks

@TheModMaker, is there any update regarding this? Thanks

It's also reproducible in `core/koin-test-junit4/src/test/kotlin/org/koin/test/CheckModulesTest.kt`. If you add a boolean param to `Simple.ComponentB` the following test fails. ```kotlin class Simple { class ComponentB(val a: ComponentA, val b: Boolean) } @Test...