
com.freeletics.gradle.plugin.FreeleticsJvmExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugins Show documentation
Show all versions of plugins Show documentation
A set of reusable Gradle plugins
package com.freeletics.gradle.plugin
import com.freeletics.gradle.setup.configureStandaloneLint
import org.gradle.api.Project
public abstract class FreeleticsJvmExtension(private val project: Project) {
public fun useAndroidLint() {
project.plugins.apply("com.android.lint")
project.configureStandaloneLint()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy