```gradle run Starting a Gradle Daemon, 1 busy and...
# getting-started
r
Copy code
gradle run
Starting a Gradle Daemon, 1 busy and 1 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'vscode-remote-try-kotlin'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23.
     Required by:
         project : > org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.23
      > Cannot choose between the following variants of org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23:
          - gradle70JavadocElements
          - gradle70RuntimeElements
          - gradle70SourcesElements
          - gradle71JavadocElements
what is this and how to fix?
v
Please show the full message
r
Untitled
v
Which Gradle version are you using?