Create proper constructor in script descriptor
allows to resolve calls to scripts in compiler (but not in the IDE yet)
Some refactorings on the way
Original commit: 9453834fb1
This commit is contained in:
@@ -84,7 +84,7 @@ class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
|
||||
|
||||
override fun getPresentableName() = KOTLIN_BUILDER_NAME
|
||||
|
||||
override fun getCompilableFileExtensions() = arrayListOf("kt")
|
||||
override fun getCompilableFileExtensions() = arrayListOf("kt", "kts")
|
||||
|
||||
override fun buildStarted(context: CompileContext) {
|
||||
LOG.debug("==========================================")
|
||||
|
||||
Reference in New Issue
Block a user