This PR updates the package structure of the source code under kotin/io/spine/ to reduce the nesting and sort out dependency objects. See #524 for more details.
To simplify the migration to new config, a Kotlin-based script was added. See scripts/buildSrc-migration.kts. This is a Kotlin script file which can be executed using Kotlin command-line compiler. The script assumes execution from the project root dir:
This PR updates the package structure of the source code under
kotin/io/spine/
to reduce the nesting and sort out dependency objects. See #524 for more details.To simplify the migration to new
config
, a Kotlin-based script was added. Seescripts/buildSrc-migration.kts
. This is a Kotlin script file which can be executed using Kotlin command-line compiler. The script assumes execution from the project root dir: