main.com.welltech.gradle_plugin.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of recomposition-logger-plugin Show documentation
Show all versions of recomposition-logger-plugin Show documentation
This plugin makes it easy to debug composable functions by adding logs to each function.
The plugin also highlights composable functions during recomposition
package com.welltech.gradle_plugin
import kotlin.Boolean
import kotlin.String
object BuildConfig {
const val KEY_RECOMPOSITION_LOGS_ENABLED: String = "recomposition_log_enabled"
const val DEFAULT_RECOMPOSITION_LOGS_ENABLED: Boolean = false
const val KEY_RECOMPOSITION_LOGS_TAG: String = "recomposition_log_tag"
const val DEFAULT_RECOMPOSITION_LOGS_TAG: String = "RecompositionLog"
const val KEY_LOG_FILE: String = "log_file"
const val KOTLIN_VERSION: String = "1.8.10"
const val KOTLIN_PLUGIN_ID: String = "com.welltech.recomposition-logger-compiler-plugin"
const val KOTLIN_PLUGIN_GROUP: String = "com.welltech"
const val KOTLIN_PLUGIN_NAME: String = "recomposition-logger-compiler-plugin"
const val KOTLIN_PLUGIN_VERSION: String = "1.4.0"
const val RUNTIME_LIB: String = "com.welltech:recomposition-logger-runtime:1.4.0"
const val ANNOTATIONS_LIB: String = "com.welltech:recomposition-logger-annotations:1.4.0"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy