Enable default incremental compilation by default in IDEA
#KT-11360 fixed
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
## 1.0.2
|
||||
- Show only changed files in notification "Kotlin not configured"
|
||||
- Configure Kotlin: restore all changed files in undo action
|
||||
- Enable precise incremental compilation by default
|
||||
|
||||
### JVM
|
||||
- Remove the compiler option "Xmultifile-facades-open"
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ import com.intellij.util.xmlb.XmlSerializerUtil
|
||||
Storage(file = StoragePathMacros.WORKSPACE_FILE)
|
||||
)
|
||||
) class KotlinCompilerWorkspaceSettings() : PersistentStateComponent<KotlinCompilerWorkspaceSettings> {
|
||||
var preciseIncrementalEnabled: Boolean = false
|
||||
var preciseIncrementalEnabled: Boolean = true
|
||||
var enableDaemon: Boolean = true
|
||||
|
||||
override fun getState(): KotlinCompilerWorkspaceSettings {
|
||||
|
||||
Reference in New Issue
Block a user