Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package structure for Kotlin code #526

Merged
merged 9 commits into from
Oct 28, 2024

Conversation

alexander-yevsyukov
Copy link
Contributor

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:

kotlinc -script ./scripts/buildSrc-migration.kts

@alexander-yevsyukov alexander-yevsyukov merged commit 2e9b0bc into master Oct 28, 2024
2 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the repackage-build-src branch October 28, 2024 18:16
@armiol
Copy link
Contributor

armiol commented Oct 28, 2024

@Oleg-Melnik FYI. This is what we'll have to do in Chords, whenever a fresh config gets inside the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants