Emanuel
Results
2
issues of
Emanuel
``Using plugin version 10.2.0 inside buildSrc folder I face error importing ReporterType enum class, after downgrade to 10.1.0 this error gone. This is buildSrc/build.gradle.kts ``` plugins { `kotlin-dsl` } repositories...
Hi, I am facing problems with kotlin generics that use in or out to specify generics. The case that I was trying to inject is the following: ``` @Binds abstract...