Android studio warning - InnerClass annotations are missing corresponding EnclosingMember annotations
I recently upgraded to Android Studio 3.1 and upon building my Kotlin with Java project I got the following warning. InnerClass annotations are missing corresponding EnclosingMember annotations. Such InnerClass annotations are ignored. Message {kind=WARNING, text=InnerClass annotations are missing corresponding EnclosingMember annotations. Such InnerClass annotations are ignored., sources=[Unknown source file]} Here are my Gradle details. android { compileSdkVersion 27 //buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 16 targetSdkVersion 27 applicationId "org.myapp" versionCode