I have a question, I have a gradle plugin I made that generates code using KotlinPoet, and it puts the code file in build/generated/bot-compiler-plugin/Code/Commands, but its not being registered as a sources root, like SQL Delight does, and I am not sure how to make it do that
I am using Gradle 6.5.1 with kts gradle.build files, and am using the MyApt library for annotation preprocessing to generate the kotlin code