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

Migrate from gradle to kts #320

Merged
merged 5 commits into from
Dec 12, 2023
Merged

Migrate from gradle to kts #320

merged 5 commits into from
Dec 12, 2023

Conversation

mattkranzler5
Copy link
Contributor

Migrated all .gradle files to .kts along with migrating dependencies.gradle to a libs.versions.toml file.

@carrotkite
Copy link

JaCoCo Code Coverage 79.55% ✅

Class Covered Meta Status

Generated by 🚫 Danger

repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this is needed anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it is:

Could not find com.github.ben-manes:gradle-versions-plugin:0.38.0

@Laimiux Laimiux merged commit 33b0f68 into master Dec 12, 2023
4 checks passed
@Laimiux Laimiux deleted the mk/kotlin-gradle-script branch December 12, 2023 18:13
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.

3 participants