Madrapps / dagger-plugin

Plugin that supports easy usage of Dagger 2 library in IntelliJ iDEA or Android Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation for InnerClass in @Inject constructors

thsaravana opened this issue · comments

Error highlight with this message "@Inject constructors are invalid on inner classes. Did you mean to make the class static?"

  • if kotlin inner class
  • java class inside a class