Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source code and license for org.jetbrains.kotlinx:kotlin-statistics-jvm? #444

Open
barbeau opened this issue Nov 4, 2024 · 4 comments
Open

Comments

@barbeau
Copy link

barbeau commented Nov 4, 2024

As noted in #443 and https://kotlin.github.io/kandy/kandy-with-gradle.html#getting-started-with-kandy-on-gradle, for using some functionality such as histograms you need this dependency:

repositories {
   maven("https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven")
}

dependencies {
   implementation("org.jetbrains.kotlinx:kotlin-statistics-jvm:0.3.1")
}

Where is the source-of-truth source code for this dependency, and what is the license?

I can find the JAR with sources on the Jetbrains Maven repo, but I can't find any other record of this project on GitHub or anywhere else:

https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven/org/jetbrains/kotlinx/kotlin-statistics-jvm/0.3.1/

@AndreiKingsley
Copy link
Collaborator

Hi! At this stage of development the source code for statistics is not publicly available, but in the future we plan to make it public under the same licence used in Kandy.

@barbeau
Copy link
Author

barbeau commented Nov 4, 2024

@AndreiKingsley
Copy link
Collaborator

Yep!

@zaleslaw
Copy link

Dear @AndreiKingsley could you please add the information about this lib/its license somewhere in the Readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants