Hello :wave: I have an issue working on an android...
# android
s
Hello 👋 I have an issue working on an android library. I have tried to update to Gradle Wrapper 8.2 and the Android Gradle Plugin to 8.1.4, using Android Studio Hedgehog. But I get the following error. Is it expected that the maven-publish plugin is not compatible with the Android Library Plugin 8.x? This is the error:
Copy code
The Android Publishing plugins require the Android Library plugin version 7.0.0.
This is the applied plugins:
Copy code
plugins {
    id("com.android.library")
    id("kotlin-android")
    id("maven-publish")
}
Copy code
dependencies {
        classpath("com.android.tools.build:gradle:8.1.4")
not kotlin but kotlin colored 4