com.cl.android
Owner: 工程师-佛爷
This is a full bury point SDK library!
https://github.com/cl-6666/trackerPlugin/tree/master
Sources: https://github.com/cl-6666/trackerPlugin/tree/master
Version 1.0.0 (latest)
Created 28 June 2019.
This is a full bury point SDK library!
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cl.android") version "1.0.0"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.cl.android:com.cl.android.gradle.plugin:1.0.0") }
It can then be applied in the precompiled script plugin:plugins { id("com.cl.android") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cl.android:com.cl.android.gradle.plugin:1.0.0") } } apply(plugin = "com.cl.android")
- Applying plugins to all subprojects .