Move publishing to org.korge and update Kotlin dependencies to 2.3.20#12
Merged
jobe-m merged 4 commits intoApr 21, 2026
Merged
Conversation
jobe-m
commented
Apr 21, 2026
Member
- Toolchain was updated: Kotlin 2.3.20, AGP 8.13.1, Dokka 2.1.0, Gradle 8.14.4
- Custom Sonatype staging/release logic was replaced with com.vanniktech.maven.publish for signing + Central Portal publishing
- Namespace on maven central was changed to org.korge and Maven Central badge in README.md was updated
- GitHub Actions workflows were refreshed (Java 21, updated actions versions, new publish and dokka tasks, optional yarn lock upgrade)
- API check was updated
- Update korlibs dependencies: org.korge:korlibs-annotations:6.1.0 org.korge:korlibs-audio-core:6.1.0 org.korge:korlibs-concurrent:6.1.0 org.korge:korlibs-ffi-legacy:6.1.1 org.korge:korlibs-io:6.1.0 org.korge:korlibs-io-vfs:6.1.0 org.korge:korlibs-logger:6.1.0 org.korge:korlibs-math-core:6.1.0 org.korge:korlibs-math-vector:6.1.0 org.korge:korlibs-time-core:6.1.0 org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2
- Toolchain was updated: Kotlin 2.3.20, AGP 8.13.1, Dokka 2.1.0, Gradle 8.14.4
- Custom Sonatype staging/release logic was replaced with
com.vanniktech.maven.publish for signing + Central Portal publishing
- Namespace on maven central was changed to org.korge and Maven Central
badge in README.md was updated
- GitHub Actions workflows were refreshed (Java 21, updated actions versions,
new publish and dokka tasks, optional yarn lock upgrade)
- API check was updated
- Update korlibs dependencies:
org.korge:korlibs-annotations:6.1.0
org.korge:korlibs-audio-core:6.1.0
org.korge:korlibs-concurrent:6.1.0
org.korge:korlibs-ffi-legacy:6.1.1
org.korge:korlibs-io:6.1.0
org.korge:korlibs-io-vfs:6.1.0
org.korge:korlibs-logger:6.1.0
org.korge:korlibs-math-core:6.1.0
org.korge:korlibs-math-vector:6.1.0
org.korge:korlibs-time-core:6.1.0
org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2
🤖 Augment PR SummarySummary: Updates korlibs-audio’s build/publishing pipeline for the move to Changes:
Technical Notes: Deploy/docs workflows now rely on Vanniktech’s Maven Central integration and Dokka v2 task naming/output paths; verify task names and produced directories match what CI expects. 🤖 Was this summary useful? React with 👍 or 👎 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
==========================================
+ Coverage 39.82% 49.25% +9.43%
==========================================
Files 28 28
Lines 4364 4371 +7
Branches 892 889 -3
==========================================
+ Hits 1738 2153 +415
+ Misses 2494 2045 -449
- Partials 132 173 +41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.