Unable to build gradle #167252
-
Select Topic AreaQuestion Body![]() |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Bro, try these two simple fixes first ✨ Let me know if it still acts up 👀 |
Beta Was this translation helpful? Give feedback.
-
Hi! 👋 ✅ Fix Steps:
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
./gradlew clean
./gradlew --stop
|
Beta Was this translation helpful? Give feedback.
Hi! 👋
This error usually happens due to an incompatible Kotlin plugin and Gradle version.
✅ Fix Steps:
build.gradle (Project)
:classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
gradle-wrapper.properties
:distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip