cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
432 stars 60 forks source link

Marking dependency as apt() not calling annotation processor #427

Closed Redrield closed 7 years ago

Redrield commented 7 years ago

When trying to use my custom made annotation processor that generates program metadata and puts it in a file at the root of the folder, Kobalt fails to call the annotation processor. Code for the processor is at https://github.com/Redrield/PluginYamlGenerator.

Code it's failing in: https://github.com/Redrield/KotlinGUIFramework

Kobalt version: 1.0.72

cbeust commented 7 years ago

The second one is 404. Can you update this issue and reopen if it's still a problem?