korge icon indicating copy to clipboard operation
korge copied to clipboard

There are many test files in the assets directory of apk when i update korge-dragonbones to 3.0.0

Open yunlinos opened this issue 2 years ago • 1 comments

There are many test files in the assets directory of apk when i dependency com.soywiz.korlibs.korge2:korge-dragonbones:3.0.0, but the 3.0.0-Beta5 version does not have these files. These files are very large and greatly affect the size of the apk.

image

yunlinos avatar Aug 04 '22 03:08 yunlinos

This artifact doesn't seem to include those files: https://search.maven.org/remotecontent?filepath=com/soywiz/korlibs/korge2/korge-dragonbones-jvm/3.0.0/korge-dragonbones-jvm-3.0.0.jar

Not included here either: https://search.maven.org/remotecontent?filepath=com/soywiz/korlibs/korim/korim-jvm/3.0.0/korim-jvm-3.0.0.jar

The dice.qoi file is in the commonTest resources folder that shouldn't be included in the korim artifact either: https://github.com/korlibs/korge/blob/f448b148c5d1da60e32359df03538f1ecf118473/korim/src/commonTest/resources/dice.qoi

Can you reproduce it with a small project so we can check?

soywiz avatar Aug 24 '22 20:08 soywiz

Likely fixed here: https://github.com/korlibs/korge/issues/1065 & https://github.com/korlibs/korge/pull/1068

soywiz avatar Oct 25 '22 14:10 soywiz