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
+5
View File
@@ -1,6 +1,7 @@
description = 'Kotlin Standard Library JDK 8 extension'
apply plugin: 'kotlin'
apply plugin: 'pill-configurable'
configureJvm6Project(project)
configureDist(project)
@@ -8,6 +9,10 @@ configurePublishing(project)
ext.javaHome = JDK_18
ext.jvmTarget = "1.8"
pill {
importAsLibrary = true
}
dependencies {
compile project(':kotlin-stdlib')
compile project(':kotlin-stdlib-jdk7')