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

make changes for Kotlin 2.1.0 #462

Merged
merged 1 commit into from
Dec 3, 2024
Merged

make changes for Kotlin 2.1.0 #462

merged 1 commit into from
Dec 3, 2024

Conversation

gabrielittner
Copy link
Member

@gabrielittner gabrielittner commented Nov 29, 2024

  • enable extraWarnings in the compiler by default, can be disabled by setting fgp.kotlin.extraWarnings=false
  • allow easily suppressing deprecation warnings by setting fgp.kotlin.suppressDeprecationWarnings =true (defaults to false)
  • for consistency replaced fgp.kotlin.allowWarnings with fgp.kotlin.warningsAsErrors so that we don't need to invert the boolean
  • enable new Kotlin language features
  • remove obsolete OptIn

@renovate renovate bot force-pushed the renovate/kotlin-and-ksp branch 2 times, most recently from 6741b7b to c5c320a Compare December 2, 2024 17:14
Base automatically changed from renovate/kotlin-and-ksp to main December 2, 2024 17:37
Copy link
Contributor

@kboyarshinov kboyarshinov left a comment

Choose a reason for hiding this comment

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

👍

@gabrielittner gabrielittner merged commit 9442213 into main Dec 3, 2024
3 checks passed
@gabrielittner gabrielittner deleted the kotlin-2.1 branch December 3, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants