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 kotlinOptions to compilerOptions #1401

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jaehwa-Noh
Copy link
Contributor

What I have done and why

KotlinOptions shows type as KotlinJvmOptionsDeprecated
image

Then in Kotlin 1.9.0, compilerOptions have been added.

  • Added Kotlin 1.9.0 here

Starting with Kotlin 1.9.0, a new compilerOptions block is available inside the kotlin configuration block:

How I'm testing it

Choose at least one:

  • Unit tests
  • UI tests
  • Screenshot tests
  • N/A (provide justification)

- Added Kotlin 1.9.0 [here](https://kotlinlang.org/docs/whatsnew19.html#project-level-compiler-options-for-kotlin-jvm)

Change-Id: I3424d5f24e387dcdfe4fea68e7d652b2f0c9c4b4
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

1 participant