All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freeletics.gradle.plugin.FreeleticsJvmExtension.kt Maven / Gradle / Ivy

There is a newer version: 0.20.0
Show newest version
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