From 41e4fe284af3bd5a32734c8de6f8be126f2ac9e3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 30 Dec 2021 23:58:24 +0530 Subject: [PATCH] common: rename `Theme.kt` to `Type.kt` --- .../dev/msfjarvis/claw/common/theme/{Theme.kt => Type.kt} | 2 +- .../dev/msfjarvis/claw/common/theme/{Theme.kt => Type.kt} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename common/src/androidMain/kotlin/dev/msfjarvis/claw/common/theme/{Theme.kt => Type.kt} (95%) rename common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/theme/{Theme.kt => Type.kt} (95%) diff --git a/common/src/androidMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt b/common/src/androidMain/kotlin/dev/msfjarvis/claw/common/theme/Type.kt similarity index 95% rename from common/src/androidMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt rename to common/src/androidMain/kotlin/dev/msfjarvis/claw/common/theme/Type.kt index 5fbf3818..1d5594ea 100644 --- a/common/src/androidMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt +++ b/common/src/androidMain/kotlin/dev/msfjarvis/claw/common/theme/Type.kt @@ -1,4 +1,4 @@ -@file:JvmName("AndroidTheme") +@file:JvmName("AndroidType") package dev.msfjarvis.claw.common.theme diff --git a/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt b/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/theme/Type.kt similarity index 95% rename from common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt rename to common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/theme/Type.kt index b0d8b1b6..297d7dfe 100644 --- a/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt +++ b/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/theme/Type.kt @@ -1,4 +1,4 @@ -@file:JvmName("DesktopTheme") +@file:JvmName("DesktopType") package dev.msfjarvis.claw.common.theme