Open AndreiKingsley opened 8 months ago
What is this issue about? which statistics, plots?
I’ll add more descriptions to this issue later, need to find and take all available statistics and plots from Let’s Plot
There should be checklist with separated issues for each statistic.
What is this issue about? which statistics, plots?
In the official documentation: https://kotlin.github.io/kandy/kandy-with-gradle.html
Regarding these two configurations provided in the official documentation:
repositories {
maven "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
}
dependencies {
implementation "org.jetbrains.kotlinx:kotlin-statistics-jvm:0.1.0"
}
How many of you have actually tried it? After making these two configurations in Gradle within IntelliJ IDEA, it is simply not possible to run!
@nuclear718 yes indeed the Groovy option is incorrectly written, thank you! The correct way to write it would be
repositories {
maven {
url 'https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven'
}
}
Created an issue #374
@nuclear718 We tested on kotlin scripting since this is now the main interaction with the gradle build script. You can use the migration guide.
This problem is not related to this issue, please create a new one if you are not sure
@nuclear718 yes indeed the Groovy option is incorrectly written, thank you! The correct way to write it would be
repositories { maven { url 'https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven' } }
Created an issue #374
Thank you so much!
I follow your commented and it is work! My another issue(wrong closed by devcrocod) was solved too!!
thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!
TODO add more issues for each statistic/plot