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

Remove java plugin usage #2912

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Remove java plugin usage #2912

wants to merge 2 commits into from

Conversation

Tapchicoma
Copy link
Contributor

No description provided.

Since 1.7.1 release, animalsniffer plugin is able to work with 'java-base' plugin which is applied and configured by KMP/Jvm target.
@@ -28,6 +28,7 @@ kotlin {
explicitApi()

jvm {
withJava()
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we returning withJava()?

Copy link
Contributor Author

@Tapchicoma Tapchicoma Jan 24, 2025

Choose a reason for hiding this comment

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

Yes, usage will be a warning until project uses Gradle 9.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

and withJava() is needed for now as project is not using Kotlin 2.1.20 release. After it will migrate to this release - withJava() could be dropped.

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.

2 participants