[Web] Refactor: Move FirWebCommonExternalChecker to appropriate place

Move it from gen/ to src/ and fix the package name
This commit is contained in:
Svyatoslav Kuzmich
2023-11-16 15:13:46 +01:00
committed by Space Team
parent 90948adca0
commit 260db2fa65
3 changed files with 3 additions and 4 deletions
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.fir.analysis.web.common
package org.jetbrains.kotlin.fir.analysis.web.common.checkers.declaration
import org.jetbrains.kotlin.*
import org.jetbrains.kotlin.descriptors.ClassKind