com.freeletics.khonshu.deeplinks.plugin.DeepLinksExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deeplinks-plugin Show documentation
Show all versions of deeplinks-plugin Show documentation
A Gradle plugin that generates intent filters in AndroidManifest from deeplink config.
The newest version!
package com.freeletics.khonshu.deeplinks.plugin
import org.gradle.api.file.RegularFileProperty
public abstract class DeepLinksExtension() {
public abstract val deepLinkDefinitionsFile: RegularFileProperty
}