A
A
Amasur2021-09-11 23:24:19
Kotlin
Amasur, 2021-09-11 23:24:19

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

1 answer(s)
A
Amasur, 2021-09-13
@Amasur

I included maven (url = " https://jitpack.io ") in the repositories of the gradle file so that I could include something from git and it worked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question