Drop deprecated file from @Storage
#KT-35918 Comment
This commit is contained in:
@@ -27,7 +27,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
name = "JetEditorOptions",
|
||||
storages = {
|
||||
@Storage(
|
||||
file = "$APP_CONFIG$/editor.xml"
|
||||
value = "$APP_CONFIG$/editor.xml"
|
||||
)}
|
||||
)
|
||||
public class KotlinEditorOptions implements PersistentStateComponent<KotlinEditorOptions> {
|
||||
|
||||
Reference in New Issue
Block a user