i want to use aspectj aop in kotlin,here is my code:
my annotation in annotation.lazy_list:
Kotlin:
package anotation @Retention(Annotation
You can use freefair gradle plugin
buildscript { repositories { maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath "io.freefair.gradle:aspectj-plugin:5.2.1" } } apply plugin: "io.freefair.aspectj.post-compile-weaving"