mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Compiling directories defeats increments compiling.
So turning it back off for now.
This commit is contained in:
parent
1c9514ede8
commit
8418b74375
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class KotlinPlugin @Inject constructor(val executors: KobaltExecutors, val depen
|
||||||
|
|
||||||
/** The Kotlin compiler should run before the Java one, hence priority - 5 */
|
/** The Kotlin compiler should run before the Java one, hence priority - 5 */
|
||||||
val compiler = CompilerDescription(PLUGIN_NAME, "kotlin", SOURCE_SUFFIXES, KotlinCompiler(),
|
val compiler = CompilerDescription(PLUGIN_NAME, "kotlin", SOURCE_SUFFIXES, KotlinCompiler(),
|
||||||
ICompilerDescription.DEFAULT_PRIORITY - 5, canCompileDirectories = true)
|
ICompilerDescription.DEFAULT_PRIORITY - 5, canCompileDirectories = false)
|
||||||
|
|
||||||
override fun compilersFor(project: Project, context: KobaltContext) = arrayListOf(compiler)
|
override fun compilersFor(project: Project, context: KobaltContext) = arrayListOf(compiler)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue