Nicklas Ansman

Results 112 comments of Nicklas Ansman

This turned out trickier than expected. `Resources#obtainStyledAttributes` will fetch from the AttributeSet, styles and themes which isn't relaly what we want here. So the only other way I can think...

Why did you add it?

I'm generating the required metadata resource files for Gradle plugins. You can see how the file is generated here: https://github.com/ansman/auto-plugin/pull/2/files#diff-076fd4f8b560d131d682cc12aaf63c54R95 The goal is just to include it in the final...

I think if you just create your own dokka task and name it `javadocJar` before calling `withJavadocJar()` it'll work fine out of the box.

It is that simple, unfortunately dokka 0.10 does not support javadoc generation on JDK 11. I tried upgrading to dokka 1.4.20 but I hit the same issue as you filed:...

`javax.annotation.processing.Generated` is available since Java 9. Which JDK are you using to compile your project and are you setting both the Java and Kotlin target version or only one of...

Sorry for the slow response, I'm still investigating. My preliminary findings are that the Android Gradle Plugin does something which makes it work for generated Java code but it does...