com.linecorp.android.feature-flag
Owner: LINE_OSS
A Gradle plugin to achieve feature flag based development for Android applications.
https://github.com/line/feature-flag-android
Sources: https://github.com/line/feature-flag-android.git
Version 3.1.0 (latest)
3.1.0
Created 07 February 2024.
A Gradle plugin to achieve feature flag based development for Android applications.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.linecorp.android.feature-flag") version "3.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.linecorp.android:com.linecorp.android.feature-flag:3.1.0") } } apply(plugin = "com.linecorp.android.feature-flag")
- Applying plugins to all subprojects .