Since the KotlinCompile Task no longer inherits fr...
# compiler
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