-
I saw that v5.4.0 was the newest, so I changed the second line of my libs.versions.toml from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I have created a PR bumping version of the hello-world: korlibs/korge-hello-world#31 For example: https://github.com/korlibs/korge-hello-world/blob/main/settings.gradle.kts Because bumped seemed to work |
Beta Was this translation helpful? Give feedback.
@soywiz I had the same issue.
The actual problem however was not being unable to apply the plugin:
`Failed to apply plugin 'com.soywiz.korge.settings'.
The problem for me was that
deps.kproject.yml
contained a hash as part of the versioning for some dependencies. This hash doesn't break in 5.3.x but breaks in 5.4.0So instead of (example for Tiled dependency):
- https://github.com/korlibs/korge-tiled/tree/v0.0.5/korge-tiled##a54e3b2cacf24e0a0eb87e2580f69f8c81d083ce
I changed it to
- https://github.com/korlibs/korge-tiled/tree/v0.0.5/kor…