<@U0QGD7EDB> commented on <@U0QGD7EDB>’s file <htt...
# intellij-plugins
u
@siler commented on @siler’s file https://kotlinlang.slack.com/files/U0QGD7EDB/F0SS64HKM/persistentstatecomponent.kt: I found the answer to this issue here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206109179-Module-based-PersistenStateComponent-not-saving-state-to-iml-file When searching for state to save IntelliJ only considers non-final (mutable) entries in the state object. This is kind of unfortunate, but hey. At least I got it working.