Lars Grefer

Results 119 comments of Lars Grefer

The `aspectj` project extension does no longer exist in recent versions of the plugin

Thanks for the demo project. It seems like the kotlin compiler is is reading Nice.java in order to compile the .kt files, but is not actually compiling it to Nice.class....

Have you tried this:? https://github.com/freefair/gradle-plugins/blob/148a41ea8c80386e08137ca34f811cd1d394c621/examples/aspectj/test/build.gradle#L10

This is actually intended. I was never quite satisfied with the configuration generation feature and also received some issues about it (#249 #307 #311) Since Version 6.x the lombok.config files...

@ClaudioConsolmagno What settings do you need to set in your lombok configuration? if you need the same configuration for all your projects, you could just put one `lombok.config` file in...

@ClaudioConsolmagno You could just import your common config from the root `lombok.config` of each repo: ```properties import common-submodule/lombok.config config.stopBubbling = true ``` https://projectlombok.org/features/configuration

Making the config location configurable in build.gradle makes no sense because Gradle cannot tell Lombok where its configuration is. Lombok looks for its configuration itself, so it basically dictates, where...

What exactly is running in parallel?

My (new) ideas about the design are: - http://android-developers.blogspot.de/2015/05/android-design-support-library.html - https://github.com/chrisbanes/cheesesquare I think the best solution is to use the official support libraries instead of third-party ones whereever possible

@tt3mm I totally agree with you :+1: