Ondřej Kycelt
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.
Same here. It would be good to have this fixed.
> 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...
We're also very interested
That should probably be sufficient. Thank you.
Removing that condition seems to have done the job, thanks.
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...