ru.astrainteractive.gradleplugin.detekt.ComposeDetektPlugin.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convention Show documentation
Show all versions of convention Show documentation
GradlePlugin for my kotlin projects
package ru.astrainteractive.gradleplugin.detekt
import org.gradle.api.Plugin
import org.gradle.api.Project
class ComposeDetektPlugin : Plugin by DetektPlugin(useCompose = true)