[AA] Move impl declaration providers to subpackage

This commit is contained in:
Marco Pennekamp
2023-05-17 15:32:02 +02:00
committed by Space Team
parent 52f025f39b
commit fba0648005
8 changed files with 9 additions and 9 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.analysis.providers.impl
package org.jetbrains.kotlin.analysis.providers.impl.declarationProviders
import org.jetbrains.kotlin.analysis.providers.KotlinDeclarationProvider
import org.jetbrains.kotlin.name.CallableId
@@ -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.analysis.providers.impl
package org.jetbrains.kotlin.analysis.providers.impl.declarationProviders
import org.jetbrains.kotlin.analysis.providers.KotlinDeclarationProvider
import org.jetbrains.kotlin.name.CallableId
@@ -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.analysis.providers.impl
package org.jetbrains.kotlin.analysis.providers.impl.declarationProviders
import org.jetbrains.kotlin.analysis.providers.KotlinDeclarationProvider
import org.jetbrains.kotlin.fileClasses.javaFileFacadeFqName