-
Notifications
You must be signed in to change notification settings - Fork 67
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
Ignore synthetic annotation classes produced by directly instantiated annotations #71
Labels
enhancement
New feature or request
Comments
qwwdfsad
added a commit
that referenced
this issue
Nov 24, 2021
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Oct 28, 2024
* Update Kotlin to 1.6.0 * Ignore synthetic annotation classes generated in-place for instantiation Fixes Kotlin/binary-compatibility-validator#71 Pull request Kotlin/binary-compatibility-validator#72
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 3, 2024
* Update Kotlin to 1.6.0 * Ignore synthetic annotation classes generated in-place for instantiation Fixes Kotlin/binary-compatibility-validator#71 Pull request Kotlin/binary-compatibility-validator#72
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 13, 2024
* Update Kotlin to 1.6.0 * Ignore synthetic annotation classes generated in-place for instantiation Fixes Kotlin/binary-compatibility-validator#71 Pull request Kotlin/binary-compatibility-validator#72
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 23, 2024
* Update Kotlin to 1.6.0 * Ignore synthetic annotation classes generated in-place for instantiation Fixes Kotlin/binary-compatibility-validator#71 Pull request Kotlin/binary-compatibility-validator#72 Moved from Kotlin/binary-compatibility-validator@93c05e2
KotlinBuild
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Jan 3, 2025
* Update Kotlin to 1.6.0 * Ignore synthetic annotation classes generated in-place for instantiation Fixes Kotlin/binary-compatibility-validator#71 Pull request Kotlin/binary-compatibility-validator#72 Moved from Kotlin/binary-compatibility-validator@93c05e2
imGurpreetSK
added a commit
to imGurpreetSK/fluffy-octo-carnival
that referenced
this issue
Feb 8, 2025
…serialization. Somewhat similar: Kotlin/binary-compatibility-validator#71
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Kotlin 1.6.0, synthetic annotation classes are present in the API dump and I think they should be automatically excluded.
I can manually ignore them, but it's tedious and prone to breaking due to the mangled names.
Example from here: slackhq/EitherNet#29
The text was updated successfully, but these errors were encountered: