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())
+1 -1
View File
@@ -1,5 +1,5 @@
extra["versions.intellijSdk"] = "181.3007.14"
extra["versions.intellijSdk"] = "181.3494.3"
extra["versions.androidBuildTools"] = "r23.0.1"
extra["versions.idea.NodeJS"] = "172.3757.32"
//extra["versions.androidStudioRelease"] = "3.1.0.5"