WAI
Status Update
Comments
hu...@google.com <hu...@google.com> #2
This error message is expected because the kotlin-android-extension
plugin has been deprecated with a warning message for a while and has now been removed in KGP version 1.8.0 and above (
As the error message says, please follow this migration guide to update your project:
pi...@gmail.com <pi...@gmail.com> #3
For future references I solved it by removing this line from build.gradle file. Pretty stupid of me, I was confused since my app doesn't use any Kotlin script.
apply plugin: 'kotlin-android-extensions'
Any ways thanks for response.
apply plugin: 'kotlin-android-extensions'
Any ways thanks for response.
hu...@google.com <hu...@google.com> #4
Ah yes, if you don't actually need the kotlin-android-extensions
plugin, then please remove it. Thanks for pointing that out, it will be useful for other users who run into this issue. :)
Description
Build: AI-221.6008.13.2211.9477386, 202301110627,
AI-221.6008.13.2211.9477386, JRE 11.0.15+0-b2043.56-8887301x64 JetBrains s.r.o., OS Windows 8.1(amd64) v6.3 , screens 1920.0x1200.0, 2560.0x1440.0, 1920.0x1200.0
AS: Electric Eel | 2022.1.1
Kotlin plugin: 221-1.7.21-release-for-android-studio-AS5591.52
Android Gradle Plugin: 3.6.4
Gradle: 6.7.1
Gradle JDK: Oracle OpenJDK version 1.8.0_321
NDK: from local.properties: (not specified), latest from SDK: 22.1.7171670
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please read
```
Bug in android studio... do better