Pill: Mark more projects as 'jps-compatible' in FULL variant
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'jps-compatible'
|
||||
|
||||
configurations {
|
||||
testArtifacts
|
||||
@@ -21,6 +22,10 @@ dependencies {
|
||||
testArtifacts project(':kotlin-reflect')
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = 'FULL'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
test {
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user