Just another error of "Caused by: groovy.lang.MissingMethodException: No signature of method: "
I researched on web and found different suggestions and even on stackoverflow some people asked similar questions but I couldn't find an answer that can solve my issue...
What makes my build.gradle(app) to give this problem when I try to sync the gradle project? I would like to know what steps I should take in order to fix it.
I use Android Studio IDE and Linux Debian os.
Code:
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
}
android {
compileSdk 32...