pcarrier
02/25/2017, 2:37 AMCalls to static methods in Java interfaces are deprecated in JVM target 1.6. Recompile with '-jvm-target 1.8'
despite having using the Gradle plugin to import the project (I did refresh many times by now), and having in my project:
compileKotlin {
kotlinOptions.jvmTarget = '1.8'
}