java compiler in Android studio 3.2 and 3.3 canary 13 shows a lot of warning
When updating Android studio, after built many warning are shown, and I couldn't ignore them, I tried to resolve them but I didn't find any way, so is there any solution and what should I update?
Android Studio 3.2
gralde plugin version : classpath
'com.android.tools.buildG3.3.0-alpha13'
app.gradle
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'io.fabric'
apply plugin: 'kotlin-kapt'
log...