You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQs.md
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,25 @@ To enable in-place weaving feature you need to use following `aspectj-maven-plug
25
25
</aspectLibrary>
26
26
</aspectLibraries>
27
27
</configuration>
28
-
```
28
+
```
29
+
30
+
## How can I use Powertools with Kotlin projects?
31
+
32
+
Poweretools uses `aspectj-maven-plugin` to compile-time weave (CTW) aspects into the project. When using it with Kotlin projects, it is required to `forceAjcCompile`.
33
+
No explicit configuration should be required for gradle projects.
34
+
35
+
To enable `forceAjcCompile` you need to use following `aspectj-maven-plugin` configuration:
0 commit comments