diff --git a/examples/aspectj/weaving/build.gradle b/examples/aspectj/weaving/build.gradle index bd61bc53..4da01edc 100644 --- a/examples/aspectj/weaving/build.gradle +++ b/examples/aspectj/weaving/build.gradle @@ -51,7 +51,7 @@ compileTestKotlin { compileJava { ajc { options { - compilerArgs += "-noImportError" + compilerArgs += "-showWeaveInfo" } } }