mikepenz / multiplatform-markdown-renderer

Markdown renderer for Kotlin Multiplatform Projects (Android, iOS, Desktop), using Compose.
https://mikepenz.github.io/multiplatform-markdown-renderer/
Apache License 2.0
429 stars 27 forks source link

Could not find com.mikepenz:multiplatform-markdown-renderer-code:0.27.0-b01 #208

Closed lukaszkn closed 2 months ago

lukaszkn commented 2 months ago

About this issue

I have added this to build.gradle.kts implementation("com.mikepenz:multiplatform-markdown-renderer-code:0.27.0-b01")

but I get this compilation error below. Can you help?

Could not find com.mikepenz:multiplatform-markdown-renderer-code:0.27.0-b01.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/mikepenz/multiplatform-markdown-renderer-code/0.27.0-b01/multiplatform-markdown-renderer-code-0.27.0-b01.pom
- https://dl.google.com/dl/android/maven2/com/mikepenz/multiplatform-markdown-renderer-code/0.27.0-b01/multiplatform-markdown-renderer-code-0.27.0-b01.pom
- https://github.com/mikepenz/multiplatform-markdown-renderer/releases/com/mikepenz/multiplatform-markdown-renderer-code/0.27.0-b01/multiplatform-markdown-renderer-code-0.27.0-b01.pom
- https://github.com/mikepenz/multiplatform-markdown-renderer.git/com/mikepenz/multiplatform-markdown-renderer-code/0.27.0-b01/multiplatform-markdown-renderer-code-0.27.0-b01.pom
mikepenz commented 2 months ago

thanks for the report.

I totally forgot on updating the CI to include this new module: https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/.github/workflows/ci.yml#L60

Will make an update later today

mikepenz commented 2 months ago

v0.27.0-b02 was released, should become available in the next few hours.