Rishav Sharan
07/27/2020, 6:27 PMdependencies {
classpath("com.soywiz.korlibs.korge.plugins:korge-gradle-plugin:1.15.0.0")
}
}
On compiling, I am getting this error
A problem occurred configuring root project 'korpg'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not find com.android.tools.build:gradle:3.6.0.
Searched in the following locations:
- file:/C:/Users/risharan/.m2/repository/com/android/tools/build/gradle/3.6.0/gradle-3.6.0.pom
- <https://dl.bintray.com/korlibs/korlibs/com/android/tools/build/gradle/3.6.0/gradle-3.6.0.pom>
- <https://plugins.gradle.org/m2/com/android/tools/build/gradle/3.6.0/gradle-3.6.0.pom>
- <https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/3.6.0/gradle-3.6.0.pom>
Required by:
project : > com.soywiz.korlibs.korge.plugins:korge-gradle-plugin:1.15.0.0
Possible solution:
- Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
Deactivated User
07/27/2020, 7:12 PMRishav Sharan
07/28/2020, 9:21 AM