korlibs / korge

KorGE Game Engine. Multiplatform Kotlin Game Engine
https://korge.org/
Other
2.51k stars 124 forks source link

maven central ? #2021

Open dhakehurst opened 10 months ago

dhakehurst commented 10 months ago

Hi,

from reading stuff, it seems that you are no longer publishing the korlibs to maven central (maybe I got that wrong).

I just want to add a dependency to 'korio', and the kotlin-1.9.20 version does not seem to be on maven central.

where do I get the latest version from for my dependency?

thanks

soywiz commented 10 months ago

The korge-core artifact includes korio without including korge itself.

dhakehurst commented 10 months ago

so I should just depend on korge-core for everything, rather than the individual parts of korlibs (as before)?

soywiz commented 10 months ago

If you want to use 5.x, yes. Depending on what you want korge-core or korge-foundation, check the packages:

dhakehurst commented 10 months ago

thanks. Could you maybe make this a bit clearer in the docs somewhere, or is it there and I missed it?

soywiz commented 10 months ago

IMG_6816