You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompactPOC:test: Could not find org.jetbrains.kotlinx.spark:kotlin-spark-api-3.2_2.12:1.1.0.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Please help resolve the issue.
The text was updated successfully, but these errors were encountered:
Oops, looks like we didn't update the getting started guide correctly!
At the time of writing we only support one Scala version, so the correct way to use version 1.1.0 is like org.jetbrains.kotlinx.spark:kotlin-spark-api-3.2:1.1.0
I was trying to add the following line in my build.gradle file as said here:
The build.gradle file looks as follows:
But upon building, it throws the error:
Please help resolve the issue.
The text was updated successfully, but these errors were encountered: