KotlinComposeColorsTask
open class KotlinComposeColorsTask(packageName: String, checkColorCorrectness: Boolean, outputPath: String, themeFiles: ThemeFile) : ColorsTask
Implementation for generating a Kotlin file with all colors for Compose.
Constructors
Link copied to clipboard
fun KotlinComposeColorsTask(packageName: String, checkColorCorrectness: Boolean, outputPath: String, vararg themeFiles: ThemeFile)