com.patxi.poetimizely
Owner: Patxi Bocos
DEPRECATED in favor of io.github.patxibocos.poetimizely - Generate Kotlin type safe accessors for Optimizely experiments and features
https://github.com/patxibocos/poetimizely
Sources: https://github.com/patxibocos/poetimizely
Version 1.0.0-beta03
1.0.0-beta03
Created 21 June 2020.
Generate Kotlin type safe accessors for Optimizely experiments and features
Add this plugin to your build using the plugins DSL:
plugins {
id("com.patxi.poetimizely") version "1.0.0-beta03"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.patxi:poetimizely-gradle-plugin:1.0.0-beta03") } } apply(plugin = "com.patxi.poetimizely")
- Applying plugins to all subprojects .