addCustomSourceFilesExtensions
Adds additional custom source file extensions for the KotlinSourceSet so that they are included as compilation inputs.
Parameters
extensions
A list of string extensions to be added to custom source files. For example:
kotlin.addCustomSourceFilesExtension(listOf(".customKotlinScript"))
Content copied to clipboard