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:
Mads Ager
2022-09-14 13:41:21 +02:00
committed by Alexander Udalov
parent 7293dd6d65
commit ff84c19eff
3 changed files with 17 additions and 2 deletions
@@ -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"))