
com.freeletics.gradle.plugin.FreeleticsAndroidAppPlugin.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 org.gradle.api.Plugin
import org.gradle.api.Project
public abstract class FreeleticsAndroidAppPlugin : Plugin {
override fun apply(target: Project) {
target.plugins.apply("com.android.application")
target.plugins.apply(FreeleticsAndroidPlugin::class.java)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy