com.vk.gradle.plugin.recompose.highlighter.RecomposeHighlighterExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Gradle plugins for Jetpack Compose
The newest version!
package com.vk.gradle.plugin.recompose.highlighter
open class RecomposeHighlighterExtension {
open var isEnabled: Boolean = true
}