Fix KotlinConfigurationCheckerService alias for 192

Relates to #KT-36471
This commit is contained in:
Vladimir Dolzhenko
2020-03-25 18:09:52 +01:00
parent b04844d583
commit 95c438fa21
2 changed files with 19 additions and 2 deletions
@@ -31,8 +31,6 @@ import org.jetbrains.kotlin.idea.project.getAndCacheLanguageLevelByDependencies
import org.jetbrains.kotlin.idea.util.runReadActionInSmartMode
import java.util.concurrent.atomic.AtomicInteger
typealias KotlinConfigurationCheckerService = KotlinConfigurationCheckerComponent
class KotlinConfigurationCheckerComponent(val project: Project) : ProjectComponent {
private val syncDepth = AtomicInteger()
@@ -0,0 +1,19 @@
/*
* Copyright 2010-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jetbrains.kotlin.idea.configuration.ui
typealias KotlinConfigurationCheckerService = KotlinConfigurationCheckerComponent