Answer the question
In order to leave comments, you need to log in
An error occurs when trying to import the Krangl library into a Kotlin Intellij Idea project. With what it can be connected?
I want to create a dataframe and save it in csv format.
On the Internet, I found the krangl library with which this can be done, but after connecting it to the project in this way in the gradle file:
repositories {
mavenCentral()
}
dependencies {
implementation ("com.github.holgerbrandl: krangl: 0.17")
}
i still can't import it : following error occurs:
Unresolved reference: krangl
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question