Make kotlin-android-extensions always cause a compilation error.
kotlin-android-extensions are deprecated and have been scheduled for removal in 1.8.0. https://android-developers.googleblog.com/2022/02/discontinuing-kotlin-synthetics-for-views.html
This commit is contained in:
committed by
Alexander Udalov
parent
7293dd6d65
commit
ff84c19eff
@@ -20,6 +20,7 @@ dependencies {
|
||||
compileOnly(project(":compiler:ir.backend.common"))
|
||||
compileOnly(project(":compiler:backend.jvm"))
|
||||
compileOnly(project(":compiler:ir.tree"))
|
||||
compileOnly(project(":compiler:cli"))
|
||||
compileOnly(project(":kotlin-android-extensions-runtime"))
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||
|
||||
Reference in New Issue
Block a user