mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
chore: update project files
This commit is contained in:
1
.idea/.name
generated
1
.idea/.name
generated
@@ -1 +0,0 @@
|
||||
FlexiUI
|
1
samples/.gitignore
vendored
Normal file
1
samples/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/build
|
@@ -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
|
||||
}
|
Reference in New Issue
Block a user