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

Compilation warning about Kotlin's AnnotationTarget enum #15

Open
tlinkowski opened this issue Aug 20, 2019 · 1 comment
Open

Compilation warning about Kotlin's AnnotationTarget enum #15

tlinkowski opened this issue Aug 20, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tlinkowski
Copy link
Owner

tlinkowski commented Aug 20, 2019

The following warning occurs when compiling with basic-annotations in compileOnly scope:

warning: unknown enum constant AnnotationTarget.ANNOTATION_CLASS
  reason: class file for kotlin.annotation.AnnotationTarget not found

This happens e.g. when compiling sample-java-api subproject: https://travis-ci.com/tlinkowski/basic-annotations/builds/123617322#L278-L279

Caused by KT-33141.

@tlinkowski tlinkowski changed the title Compilation warning about KotlinAnnotationTarget enum Compilation warning about Kotlin's AnnotationTarget enum Aug 20, 2019
@tlinkowski tlinkowski self-assigned this Aug 20, 2019
@tlinkowski tlinkowski added the bug Something isn't working label Aug 20, 2019
@Zeus64
Copy link

Zeus64 commented Oct 31, 2022

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants