JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Move off of JCenter / Bintray #64

Closed kirill-grouchnikov closed 3 years ago

kirill-grouchnikov commented 3 years ago

From the main readme: The library is hosted in jcenter and bintray

See https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

sandwwraith commented 3 years ago

+1, migration is needed. This library is used by dokka, and dokka is used for documentation by various core kotlin libraries, like kotlinx.coroutines and kotlinx.serialization

valich commented 3 years ago

The move is in progress; the repo was moved under JetBrains organization as a consequence.

valich commented 3 years ago

First maven-central release was published: https://mvnrepository.com/artifact/org.jetbrains/markdown/0.2.0

It's jvm+js+random set of native targets now, will make proper building for all OSes separately.

Does anybody require some old versions to be published to maven-central? Please respond with the required versions; I'll need to upload them manually.

kirill-grouchnikov commented 3 years ago

Dokka 1.4.20 (latest stable) depends on Markdown 0.1.45