Hi again. <@U0B99LPPW> may be you can help: I am ...
# kapt
j
Hi again. @yan may be you can help: I am currently using kapt3 and generating kotlin classes at compile time that can also be instantiated with no compile errors from the client app code. I needed to remove autoservice from the processor module (to avoid using kapt inside of it, related to this issue -> https://youtrack.jetbrains.com/issue/KT-19178). So I just included the resources/META-INF.services file manually to avoid the problem. I also needed to apply the workaround mentioned in this ticket https://youtrack.jetbrains.com/issue/KT-19179 to make the processor run. After all that, the processor is running properly and generating kotlin classes that can be used from production code with no compile errors (also thanks to the workaround done on app/build.gradle to index generated sources): https://github.com/kategory/implicits-processor But then I found out something that could be a bug: If I try to log stuff using the messager with log levels lower to MANDATORY_WARNING, the logs do not appear in console, for random reasons. Is there a clear explanation for that? If there isn't, it could be nice to add another ticket related to that, as the previously reported ones by @Eugenio. Thanks in advance 🙂.
âž• 1