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

Deprecated KotlinJvmOptions #64

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Conversation

ksharma-xyz
Copy link
Owner

@ksharma-xyz ksharma-xyz commented Sep 27, 2024

KotlinJvmOptions is deprecated

Fix following warning
'KotlinJvmOptions' is deprecated. The kotlinOptions types are deprecated, please migrate to the compilerOptions types. More details are here: https://kotl.in/u1r8ln

No warning in project Yay!

Screenshot 2024-09-28 at 9 40 50 am

… the kotlinOptions property in the KotlinJvmCompilerOptions class. You can access and configure JVM options using this property.

Kotlin Compiler: The KotlinJvmOptions class has been replaced by the jvmTarget property in the KotlinCompilerOptions class. You can set the JVM target version using this property.
Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @ksharma-xyz and the rest of your teammates on Graphite Graphite

@ksharma-xyz ksharma-xyz marked this pull request as ready for review September 27, 2024 23:41
@ksharma-xyz ksharma-xyz enabled auto-merge (squash) September 27, 2024 23:52
@ksharma-xyz ksharma-xyz merged commit 2563808 into main Sep 27, 2024
1 check passed
@ksharma-xyz ksharma-xyz deleted the 09-28-deprecated_kotlinjvmoptions branch September 27, 2024 23:56
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.

1 participant