181: Idea update to 181.3494.3

This commit is contained in:
Nikolay Krasko
2018-02-12 15:39:01 +03:00
parent 7e5b417955
commit 8e147bf3f0
2 changed files with 2 additions and 2 deletions
@@ -372,7 +372,7 @@ private enum class SourceType {
@State(
name = "AutoImportedSourceRoots",
storages = [(Storage(id = "other", file = StoragePathMacros.MODULE_FILE))]
storages = [(Storage(file = StoragePathMacros.MODULE_FILE))]
)
class KotlinImporterComponent : PersistentStateComponent<KotlinImporterComponent.State> {
class State(var directories: List<String> = ArrayList())