“please anyone solve my problem in Android studio”
when i sync gradle that shows –
After transfer module in android studio I get “Cannot access script base class ‘org.gradle.kotlin.dsl.KotlinBuildScript’….”
I moved the module of my project to a subfolder, but the build.gradle of the transferred module does not work, it shows the error “Cannot access script base class ‘org.gradle.kotlin.dsl.KotlinBuildScript’. Check your module classpath for missing or conflicting dependencies”
And the project is’t building.
After relocate module in android studio I get “Cannot access script base class ‘org.gradle.kotlin.dsl.KotlinBuildScript’….”
I moved the module of my project to a subfolder, but the build.gradle of the transferred module does not work, it shows the error “Cannot access script base class ‘org.gradle.kotlin.dsl.KotlinBuildScript’. Check your module classpath for missing or conflicting dependencies”
And the project is’t building.