We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kotlin 1.8 introduces new API for KotlinCompile task. Lambda kotlinOptions going to be deprecated and compileOptions should be used instead.
KotlinCompile
kotlinOptions
compileOptions
After migration to new API we should:
warningsAsErrors
The text was updated successfully, but these errors were encountered:
build: Update Kotlin to 2.0.0
5baf392
Closes #125
11cd596
dc9ec80
Successfully merging a pull request may close this issue.
Kotlin 1.8 introduces new API for
KotlinCompile
task. LambdakotlinOptions
going to be deprecated andcompileOptions
should be used instead.After migration to new API we should:
warningsAsErrors
flagThe text was updated successfully, but these errors were encountered: