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

kotlinOptions deprecation #2286

Closed
tech-6 opened this issue Nov 23, 2024 · 0 comments · Fixed by #2287
Closed

kotlinOptions deprecation #2286

tech-6 opened this issue Nov 23, 2024 · 0 comments · Fixed by #2287
Assignees
Labels
sources Issues referring codebase
Milestone

Comments

@tech-6
Copy link
Contributor

tech-6 commented Nov 23, 2024

Currently when building reposilite, gradle will output a deprecation warning from the Kotlin as the kotlinOptions DSL is deprecated since JetBrains/kotlin@24acf80.

I propose updating build.gradle.kts to use the updated compilerOptions DSL. I am able open a PR with a update.

@dzikoysk dzikoysk added the sources Issues referring codebase label Nov 23, 2024
tech-6 added a commit to tech-6/reposilite that referenced this issue Nov 24, 2024
Change build.gradle.kts, replacing the `kotlinOptions` DSL syntax with the currently supported equivalent `compilerOptions`. (fixes dzikoysk#2286)
tech-6 added a commit to tech-6/reposilite that referenced this issue Nov 24, 2024
Change build.gradle.kts, replacing the `kotlinOptions` DSL syntax with the currently supported equivalent `compilerOptions`.
@dzikoysk dzikoysk added this to the 3.5.20 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sources Issues referring codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants