IllLil

Results 29 comments of IllLil

> I agree it can be a bit confusing, but not sure how the gradle configuration clashes with the init block? I don't think there's a setting in the gradle...

I'm not sure if I'm in a position to make a recommendation on such a relatively important decision, but these are my thoughts about that: Configuration in AndroidManifest.xml remain readable...

A good starting point would be to provide DSN via gradle like it is done with `authToken`: `authToken.set(System.getenv("SENTRY_AUTH_TOKEN"))` Since DSN is considered sensitive this approach is a good alternative.

Broke in 2.0.61. When does it get fixed. This is pure ass

Same issue here. ``` val appModule = module { singleOf(::MovieRepository) singleOf(::UpdateMovieUseCase) { bind() } singleOf(::EditMovieUseCase) { bind() } } ``` ``` // This does not work val updateUseCase = koinInject()...

Will this be supported in future releases?