From 5744356d7f85f1b3790a581013158d64af3fec40 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 11 Nov 2023 22:57:08 +0800 Subject: [PATCH] chore: update project files --- .idea/.name | 1 - samples/.gitignore | 1 + .../FlexiUI/generated/SamplesProperties.kt | 103 ------------------ 3 files changed, 1 insertion(+), 104 deletions(-) delete mode 100644 .idea/.name create mode 100644 samples/.gitignore delete mode 100644 samples/build/generated/sweet-property/FlexiUI/generated/SamplesProperties.kt diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index d18d286..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -FlexiUI \ No newline at end of file diff --git a/samples/.gitignore b/samples/.gitignore new file mode 100644 index 0000000..42afabf --- /dev/null +++ b/samples/.gitignore @@ -0,0 +1 @@ +/build \ No newline at end of file diff --git a/samples/build/generated/sweet-property/FlexiUI/generated/SamplesProperties.kt b/samples/build/generated/sweet-property/FlexiUI/generated/SamplesProperties.kt deleted file mode 100644 index 79039cc..0000000 --- a/samples/build/generated/sweet-property/FlexiUI/generated/SamplesProperties.kt +++ /dev/null @@ -1,103 +0,0 @@ -package FlexiUI.generated - -import kotlin.Boolean -import kotlin.Int -import kotlin.String - -/** - * This class is generated by SweetProperty at Nov 5, 2023, 2:53:46 AM - * - * The content here is automatically generated according to the properties of your projects - * - * You can visit [here](https://github.com/HighCapable/SweetProperty) for more help - */ -public object SamplesProperties { - /** - * Resolve the "android.nonTransitiveRClass" value true - */ - public const val ANDROID_NON_TRANSITIVE_RCLASS: Boolean = true - - /** - * Resolve the "org.jetbrains.compose.experimental.uikit.enabled" value true - */ - public const val ORG_JETBRAINS_COMPOSE_EXPERIMENTAL_UIKIT_ENABLED: Boolean = true - - /** - * Resolve the "project.description" value "This is a Jetpack Compose Multiplatform demo." - */ - public const val PROJECT_DESCRIPTION: String = "This is a Jetpack Compose Multiplatform demo." - - /** - * Resolve the "project.android.compileSdk" value 34 - */ - public const val PROJECT_ANDROID_COMPILE_SDK: Int = 34 - - /** - * Resolve the "project.licence.name" value "Apache License 2.0" - */ - public const val PROJECT_LICENCE_NAME: String = "Apache License 2.0" - - /** - * Resolve the "project.licence.url" value - * "https://github.com/BetterAndroid/compose-multiplatform-template/blob/main/LICENSE" - */ - public const val PROJECT_LICENCE_URL: String = - "https://github.com/BetterAndroid/compose-multiplatform-template/blob/main/LICENSE" - - /** - * Resolve the "project.name" value "FlexiUI" - */ - public const val PROJECT_NAME: String = "FlexiUI" - - /** - * Resolve the "org.gradle.jvmargs" value "-Xmx2048m -Dfile.encoding=UTF-8" - */ - public const val ORG_GRADLE_JVMARGS: String = "-Xmx2048m -Dfile.encoding=UTF-8" - - /** - * Resolve the "android.useAndroidX" value true - */ - public const val ANDROID_USE_ANDROID_X: Boolean = true - - /** - * Resolve the "project.androidApp.versionName" value "1.0.0" - */ - public const val PROJECT_ANDROID_APP_VERSION_NAME: String = "1.0.0" - - /** - * Resolve the "kotlin.code.style" value "official" - */ - public const val KOTLIN_CODE_STYLE: String = "official" - - /** - * Resolve the "project.url" value - * "https://github.com/BetterAndroid/compose-multiplatform-template" - */ - public const val PROJECT_URL: String = - "https://github.com/BetterAndroid/compose-multiplatform-template" - - /** - * Resolve the "project.androidApp.versionCode" value 1 - */ - public const val PROJECT_ANDROID_APP_VERSION_CODE: Int = 1 - - /** - * Resolve the "project.groupName" value "com.highcapable.composemultiplatformdemo" - */ - public const val PROJECT_GROUP_NAME: String = "com.highcapable.composemultiplatformdemo" - - /** - * Resolve the "project.android.minSdk" value 21 - */ - public const val PROJECT_ANDROID_MIN_SDK: Int = 21 - - /** - * Resolve the "project.android.targetSdk" value 34 - */ - public const val PROJECT_ANDROID_TARGET_SDK: Int = 34 - - /** - * Resolve the "kotlin.incremental.useClasspathSnapshot" value true - */ - public const val KOTLIN_INCREMENTAL_USE_CLASSPATH_SNAPSHOT: Boolean = true -}