From 6ba572f5690d8b9d614f3304514205020bd85282 Mon Sep 17 00:00:00 2001 From: TarCV Date: Mon, 23 Oct 2023 01:47:05 +0300 Subject: [PATCH] Rename directories --- .../build.gradle.kts | 0 .../settings.gradle.kts | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/GradlePlugin.kt | 0 .../build.gradle.kts | 0 .../settings.gradle.kts | 0 .../com/github/tarcv/kotbridge}/plugin/CaptureTransformer.kt | 0 .../kotlin/com/github/tarcv/kotbridge}/plugin/CliProcessor.kt | 0 .../com/github/tarcv/kotbridge}/plugin/EXTRACTED_DIR_KEY.kt | 0 .../com/github/tarcv/kotbridge}/plugin/GenerationExtension.kt | 0 .../kotlin/com/github/tarcv/kotbridge}/plugin/PROJECT_DIR_KEY.kt | 0 .../main/kotlin/com/github/tarcv/kotbridge}/plugin/Registrar.kt | 0 {kapshot-runtime => kotbridge-runtime}/build.gradle.kts | 0 {kapshot-runtime => kotbridge-runtime}/settings.gradle.kts | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/Capturable.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/CaptureSource.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/CapturedBlock.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/CapturedBlocks.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/KtJsNoImport.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/Source.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/SourceLocation.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/SourceOffset.kt | 0 .../src/main/kotlin/com/github/tarcv/kotbridge}/sourceOf.kt | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename {kapshot-plugin-gradle => kotbridge-plugin-gradle}/build.gradle.kts (100%) rename {kapshot-plugin-gradle => kotbridge-plugin-gradle}/settings.gradle.kts (100%) rename {kapshot-plugin-gradle/src/main/kotlin/io/koalaql/kapshot => kotbridge-plugin-gradle/src/main/kotlin/com/github/tarcv/kotbridge}/GradlePlugin.kt (100%) rename {kapshot-plugin-kotlin => kotbridge-plugin-kotlin}/build.gradle.kts (100%) rename {kapshot-plugin-kotlin => kotbridge-plugin-kotlin}/settings.gradle.kts (100%) rename {kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot => kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge}/plugin/CaptureTransformer.kt (100%) rename {kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot => kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge}/plugin/CliProcessor.kt (100%) rename {kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot => kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge}/plugin/EXTRACTED_DIR_KEY.kt (100%) rename {kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot => kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge}/plugin/GenerationExtension.kt (100%) rename {kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot => kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge}/plugin/PROJECT_DIR_KEY.kt (100%) rename {kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot => kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge}/plugin/Registrar.kt (100%) rename {kapshot-runtime => kotbridge-runtime}/build.gradle.kts (100%) rename {kapshot-runtime => kotbridge-runtime}/settings.gradle.kts (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/Capturable.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/CaptureSource.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/CapturedBlock.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/CapturedBlocks.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/KtJsNoImport.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/Source.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/SourceLocation.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/SourceOffset.kt (100%) rename {kapshot-runtime/src/main/kotlin/io/koalaql/kapshot => kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge}/sourceOf.kt (100%) diff --git a/kapshot-plugin-gradle/build.gradle.kts b/kotbridge-plugin-gradle/build.gradle.kts similarity index 100% rename from kapshot-plugin-gradle/build.gradle.kts rename to kotbridge-plugin-gradle/build.gradle.kts diff --git a/kapshot-plugin-gradle/settings.gradle.kts b/kotbridge-plugin-gradle/settings.gradle.kts similarity index 100% rename from kapshot-plugin-gradle/settings.gradle.kts rename to kotbridge-plugin-gradle/settings.gradle.kts diff --git a/kapshot-plugin-gradle/src/main/kotlin/io/koalaql/kapshot/GradlePlugin.kt b/kotbridge-plugin-gradle/src/main/kotlin/com/github/tarcv/kotbridge/GradlePlugin.kt similarity index 100% rename from kapshot-plugin-gradle/src/main/kotlin/io/koalaql/kapshot/GradlePlugin.kt rename to kotbridge-plugin-gradle/src/main/kotlin/com/github/tarcv/kotbridge/GradlePlugin.kt diff --git a/kapshot-plugin-kotlin/build.gradle.kts b/kotbridge-plugin-kotlin/build.gradle.kts similarity index 100% rename from kapshot-plugin-kotlin/build.gradle.kts rename to kotbridge-plugin-kotlin/build.gradle.kts diff --git a/kapshot-plugin-kotlin/settings.gradle.kts b/kotbridge-plugin-kotlin/settings.gradle.kts similarity index 100% rename from kapshot-plugin-kotlin/settings.gradle.kts rename to kotbridge-plugin-kotlin/settings.gradle.kts diff --git a/kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/CaptureTransformer.kt b/kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/CaptureTransformer.kt similarity index 100% rename from kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/CaptureTransformer.kt rename to kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/CaptureTransformer.kt diff --git a/kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/CliProcessor.kt b/kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/CliProcessor.kt similarity index 100% rename from kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/CliProcessor.kt rename to kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/CliProcessor.kt diff --git a/kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/EXTRACTED_DIR_KEY.kt b/kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/EXTRACTED_DIR_KEY.kt similarity index 100% rename from kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/EXTRACTED_DIR_KEY.kt rename to kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/EXTRACTED_DIR_KEY.kt diff --git a/kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/GenerationExtension.kt b/kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/GenerationExtension.kt similarity index 100% rename from kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/GenerationExtension.kt rename to kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/GenerationExtension.kt diff --git a/kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/PROJECT_DIR_KEY.kt b/kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/PROJECT_DIR_KEY.kt similarity index 100% rename from kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/PROJECT_DIR_KEY.kt rename to kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/PROJECT_DIR_KEY.kt diff --git a/kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/Registrar.kt b/kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/Registrar.kt similarity index 100% rename from kapshot-plugin-kotlin/src/main/kotlin/io/koalaql/kapshot/plugin/Registrar.kt rename to kotbridge-plugin-kotlin/src/main/kotlin/com/github/tarcv/kotbridge/plugin/Registrar.kt diff --git a/kapshot-runtime/build.gradle.kts b/kotbridge-runtime/build.gradle.kts similarity index 100% rename from kapshot-runtime/build.gradle.kts rename to kotbridge-runtime/build.gradle.kts diff --git a/kapshot-runtime/settings.gradle.kts b/kotbridge-runtime/settings.gradle.kts similarity index 100% rename from kapshot-runtime/settings.gradle.kts rename to kotbridge-runtime/settings.gradle.kts diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/Capturable.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/Capturable.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/Capturable.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/Capturable.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/CaptureSource.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/CaptureSource.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/CaptureSource.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/CaptureSource.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/CapturedBlock.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/CapturedBlock.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/CapturedBlock.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/CapturedBlock.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/CapturedBlocks.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/CapturedBlocks.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/CapturedBlocks.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/CapturedBlocks.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/KtJsNoImport.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/KtJsNoImport.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/KtJsNoImport.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/KtJsNoImport.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/Source.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/Source.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/Source.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/Source.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/SourceLocation.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/SourceLocation.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/SourceLocation.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/SourceLocation.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/SourceOffset.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/SourceOffset.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/SourceOffset.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/SourceOffset.kt diff --git a/kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/sourceOf.kt b/kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/sourceOf.kt similarity index 100% rename from kapshot-runtime/src/main/kotlin/io/koalaql/kapshot/sourceOf.kt rename to kotbridge-runtime/src/main/kotlin/com/github/tarcv/kotbridge/sourceOf.kt