Hi. Using gradle, is it possible to give a context to the files being excluded for kotlin compilation? i.e, this would exclude TargetClass.kt from compilation. How could I ensure that the class is inside
src
sources folder and it's not a generated class, for example?: