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 build files to Kotlin Script, upgrade deps #103

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Migrate build files to Kotlin Script, upgrade deps #103

merged 1 commit into from
Jun 1, 2023

Conversation

Skaldebane
Copy link
Contributor

@Skaldebane Skaldebane commented Apr 14, 2023

  • Updated build.gradle files to build.gradle.kts.

  • Update to Kotlin 1.8.10.

  • Update to Gradle 8.0.

  • Manually add publishing components (as part of a Gradle 8.0 change) using the new DSL.

  • Updated dependencies (including Billing library).

  • Remove unnecessary dependency for coroutines.

  • Explicitly specify jvmToolchain to and Java target to JDK 8 to avoid JVM version mismatch issues when building.

+ Updated build.gradle files to build.gradle.kts.

+ Update to Gradle 8.0.

+ Manually add publishing components (as part of a Gradle 8.0 change).

+ Updated dependencies (including Billing library).

+ Remove unnecessary dependency for coroutines.

+ Explicitly specify jvmToolchain to and Java target to JDK 8 to avoid JVM version mismatch issues when building.
Copy link
Owner

@akshaaatt akshaaatt left a comment

Choose a reason for hiding this comment

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

Thanks a lot for this update! 💯

@akshaaatt akshaaatt merged commit 6d93451 into akshaaatt:main Jun 1, 2023
@Skaldebane Skaldebane deleted the patch-gradle-kts branch September 11, 2023 16:24
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.

None yet

2 participants