Zac Sweers
09/26/2019, 9:15 AM.class
files directly via Kapt, but I’m wondering actually if this is a bug in the compiler itself by virtue of not putting .class
source roots on the compile classpath (so other code can link against it). I’ve been looking at how gradle handles this, and while it supports generating class files directly via annotation processing, its annotation processing machinery doesn’t actually appear to do anything special to ensure the class file is on the compile classpath. It just hands it over to the compiler.
Issue for ref: https://youtrack.jetbrains.com/issue/KT-33847
I’m wondering if this should be reassigned as a kotlinc bug basically.Zac Sweers
09/26/2019, 9:15 AMyan
09/26/2019, 9:17 AMZac Sweers
09/26/2019, 9:18 AM