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

Change minimal required Kotlin version to 1.8.0 #125

Closed
osipxd opened this issue Mar 7, 2023 · 0 comments · Fixed by #137
Closed

Change minimal required Kotlin version to 1.8.0 #125

osipxd opened this issue Mar 7, 2023 · 0 comments · Fixed by #137
Milestone

Comments

@osipxd
Copy link
Collaborator

osipxd commented Mar 7, 2023

Kotlin 1.8 introduces new API for KotlinCompile task. Lambda kotlinOptions going to be deprecated and compileOptions should be used instead.

After migration to new API we should:

  • set minimal required Kotlin Gradle Plugin to 1.8.0
  • set minimal required Gradle to 8.0
  • set language level to 1.8 instead of 1.4
  • remove deprecated Kotlin APIs usage
  • enable warningsAsErrors flag
@osipxd osipxd added this to the Next milestone Jul 5, 2024
osipxd added a commit that referenced this issue Jul 5, 2024
osipxd added a commit that referenced this issue Jul 5, 2024
osipxd added a commit that referenced this issue Jul 8, 2024
@osipxd osipxd linked a pull request Jul 9, 2024 that will close this issue
@osipxd osipxd closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant