This repository hosts the libraries used by KorGE (Kotlin Game Engine). It contains all the modules but KorGE itself.
For the old korlibs repo: https://github.com/korlibs/korlibs-all
Modules are published to Maven Central under the com.soywiz
group.
For example, you can use korlibs-crypto
as follows (replacing X.X.X
with the latest release):
implementation("com.soywiz:korlibs-crypto:X.X.X")