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

Property 'keepkotlinmetadata' is not annotated with an input or output annotation #46

Closed
l0rinc opened this issue Jun 11, 2020 · 3 comments

Comments

@l0rinc
Copy link

l0rinc commented Jun 11, 2020

Enabling warnings with latest Gradle reveals some inconsistencies.

tasks.withType<ValidatePlugins> {
    failOnWarning.set(false)
    enableStricterValidation.set(false)
}

will yield

Plugin validation finished with warnings:
  - Warning: Type 'CacheableProguardTask': property 'keepkotlinmetadata' is not annotated with an input or output annotation.

for the new property introduced in 7.0.0:

public boolean keepKotlinMetadata = false;

@l0rinc
Copy link
Author

l0rinc commented Jun 11, 2020

May be related to #14

@ingdas
Copy link
Contributor

ingdas commented Jun 17, 2020

Thanks for bringing this to our attention. This is indeed the same problem as #14, which we did not properly address yet. We'll try to schedule this in.

@dzan
Copy link
Member

dzan commented Jun 23, 2020

Duplicate of #14

@dzan dzan marked this as a duplicate of #14 Jun 23, 2020
@dzan dzan closed this as completed Jun 23, 2020
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

No branches or pull requests

3 participants