com.huanshankeji.jvm-test-common-feature-variant
Owner: Shreck Ye
Adds a JVM test common feature variant with a source set that depends on `main`.
https://github.com/huanshankeji/gradle-common
Sources: https://github.com/huanshankeji/gradle-common.git
Version 0.9.0 (latest)
0.9.0
Created 04 December 2024.
Adds a JVM test common feature variant with a source set that depends on `main`.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.huanshankeji.jvm-test-common-feature-variant") version "0.9.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.huanshankeji:kotlin-common-gradle-plugins:0.9.0") } } apply(plugin = "com.huanshankeji.jvm-test-common-feature-variant")
- Applying plugins to all subprojects .