diff --git a/idea/src/org/jetbrains/kotlin/idea/KotlinBundle.kt b/idea/idea-frontend-independent/src/org/jetbrains/kotlin/idea/KotlinBundle.kt similarity index 93% rename from idea/src/org/jetbrains/kotlin/idea/KotlinBundle.kt rename to idea/idea-frontend-independent/src/org/jetbrains/kotlin/idea/KotlinBundle.kt index 403794cc86e..5334054a295 100644 --- a/idea/src/org/jetbrains/kotlin/idea/KotlinBundle.kt +++ b/idea/idea-frontend-independent/src/org/jetbrains/kotlin/idea/KotlinBundle.kt @@ -1,7 +1,8 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * 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.idea import org.jetbrains.annotations.NonNls diff --git a/idea/ide-common/src/org/jetbrains/kotlin/util/AbstractKotlinBundle.kt b/idea/idea-frontend-independent/src/org/jetbrains/kotlin/util/AbstractKotlinBundle.kt similarity index 86% rename from idea/ide-common/src/org/jetbrains/kotlin/util/AbstractKotlinBundle.kt rename to idea/idea-frontend-independent/src/org/jetbrains/kotlin/util/AbstractKotlinBundle.kt index c54005698d5..dd3a7aa2af5 100644 --- a/idea/ide-common/src/org/jetbrains/kotlin/util/AbstractKotlinBundle.kt +++ b/idea/idea-frontend-independent/src/org/jetbrains/kotlin/util/AbstractKotlinBundle.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */