Static interface methods are only supported starting with AndroidJust need to add android { } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }}dependencies {}
No comments: