-
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
Klib validation DSL for Groovy is different #214
Comments
This:
Should use an |
fzhinkin
added a commit
that referenced
this issue
Apr 4, 2024
Loading
Loading status checks…
Fixes #214
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Oct 28, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 3, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 13, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 23, 2024
KotlinBuild
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DSL mentioned in the documentation:
works for Kotlin, but for some reason, when one wants to use it in Groovy, one should write it slightly differently:
It looks like there is no particular reason for DSL having
it.enabled = true
instead of justenabled = true
.The text was updated successfully, but these errors were encountered: