com.vk.compiler.plugin.composable.skippability.checker.Keys.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler-plugin Show documentation
Show all versions of compiler-plugin Show documentation
Utilities for Jetpack Compose
package com.vk.compiler.plugin.composable.skippability.checker
object Keys {
const val SUPPRESS = "Suppress"
const val NON_SKIPPABLE_COMPOSABLE = "NonSkippableComposable"
const val PARAMS_COMPARED_BY_REF = "ParamsComparedByRef"
}