[Pill] Do not import modules with the 'FULL' variant

The 'FULL' variant proved to be hardly useful for everyday work.
This change is the first step of removing the variant support from Pill.
This commit is contained in:
Yan Zhulanow
2023-12-04 19:34:28 +09:00
committed by Space Team
parent 63379b2c03
commit 1fb8fb2324
12 changed files with 0 additions and 77 deletions
@@ -1,15 +1,8 @@
import org.jetbrains.kotlin.pill.PillExtension
description = "Simple Annotation Processor for testing kapt"
plugins {
kotlin("jvm")
`maven-publish` // only used for installing to mavenLocal()
id("jps-compatible")
}
pill {
variant = PillExtension.Variant.FULL
}
dependencies {