Always add last version of idea for which change is needed to BUNCH
BUNCH directive should contain last idea IDEA version this change is meant for.
This commit is contained in:
@@ -31,7 +31,7 @@ fun KtCodeStyleSettings.restore() {
|
||||
}
|
||||
|
||||
fun ktCodeStyleSettings(project: Project): KtCodeStyleSettings? {
|
||||
@Suppress("DEPRECATION") // Suggested update is not supported in 173. BUNCH: 181
|
||||
@Suppress("DEPRECATION") // Suggested update is not supported in 173. BUNCH: 173
|
||||
val settings = CodeStyleSettingsManager.getSettings(project)
|
||||
|
||||
val ktCommonSettings = settings.getCommonSettings(KotlinLanguage.INSTANCE) as KotlinCommonCodeStyleSettings
|
||||
|
||||
Reference in New Issue
Block a user