From 6d5ab63d2c16b54f75433be2d7c4ca9ce9e9ffdb Mon Sep 17 00:00:00 2001 From: Adam Semenenko <152864218+adam-enko@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:06:49 +0100 Subject: [PATCH] move unused systemVariableProviders.kt back --- .../src/testFixtures/kotlin}/systemVariableProviders.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename {dokka-integration-tests/utilities/src/main/kotlin/org/jetbrains/dokka/it => dokka-runners/dokkatoo/modules/dokkatoo-plugin/src/testFixtures/kotlin}/systemVariableProviders.kt (88%) diff --git a/dokka-integration-tests/utilities/src/main/kotlin/org/jetbrains/dokka/it/systemVariableProviders.kt b/dokka-runners/dokkatoo/modules/dokkatoo-plugin/src/testFixtures/kotlin/systemVariableProviders.kt similarity index 88% rename from dokka-integration-tests/utilities/src/main/kotlin/org/jetbrains/dokka/it/systemVariableProviders.kt rename to dokka-runners/dokkatoo/modules/dokkatoo-plugin/src/testFixtures/kotlin/systemVariableProviders.kt index 6eabc78d04..b15b3edbb6 100644 --- a/dokka-integration-tests/utilities/src/main/kotlin/org/jetbrains/dokka/it/systemVariableProviders.kt +++ b/dokka-runners/dokkatoo/modules/dokkatoo-plugin/src/testFixtures/kotlin/systemVariableProviders.kt @@ -1,8 +1,4 @@ -/* - * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. - */ - -package org.jetbrains.dokka.it +package org.jetbrains.dokka.dokkatoo.utils import kotlin.properties.ReadOnlyProperty