Pill: Add extra stdlib jars as dist libraries

This commit is contained in:
Yan Zhulanow
2018-08-06 15:04:47 +03:00
parent 54470fe2b7
commit 769a0d7701
5 changed files with 25 additions and 0 deletions
@@ -1,11 +1,16 @@
description = 'Kotlin annotations for JVM'
apply plugin: 'kotlin'
apply plugin: 'pill-configurable'
configureJvm6Project(project)
configureDist(project)
configurePublishing(project)
pill {
importAsLibrary = true
}
sourceSets {
main {
java {