How to configure jcabi-aspects #520
dominsights
started this conversation in
Show and tell
Replies: 1 comment
-
@dominsights Hi. For me the method you showed doesn't work, maybe you know other ways to do it? i'm using it with kotlin project |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Gradle 7:
Go to your build.gradle:
Plugins section should contain the freefair compile weaving plugin like this:
In your dependencies section you should add:
And that's it! I hope this helps someone in the future. The information online is confusing for new gradle users.
Beta Was this translation helpful? Give feedback.
All reactions