Since the KotlinCompile Task no longer inherits from SourceTask in kotlin 1.7+, is there an equivale...
r
Since the KotlinCompile Task no longer inherits from SourceTask in kotlin 1.7+, is there an equivalent way to set sources ,like you could do with SourceTask.source(...)?
z
#gradle