Madrapps / dagger-plugin

Plugin that supports easy usage of Dagger 2 library in IntelliJ iDEA or Android Studio
Apache License 2.0
30 stars 9 forks source link

Fixing isPrivateOrParameterInPrivateMethod missing issue. Fixes #30 #31

Closed thsaravana closed 3 years ago

thsaravana commented 3 years ago

Since the PsiModifierListOwner.isPrivateOrParameterInPrivateMethod() is removed in the latest version of Kotlin, added a custom implementation for it.

thsaravana commented 3 years ago

Unit tests are passing in local, but fails in TeamCity. Probably because of JDK 11 vs JDK 8 issue. Need to look into that.