Pill: Import common modules as libraries

This commit is contained in:
Yan Zhulanow
2018-04-23 22:31:40 +03:00
parent 33a8843d34
commit c439b6d38b
4 changed files with 16 additions and 0 deletions
+5
View File
@@ -1,6 +1,7 @@
description = 'Kotlin Common Standard Library'
apply plugin: 'kotlin-platform-common'
apply plugin: 'pill-configurable'
configureDist(project)
configurePublishing(project)
@@ -8,6 +9,10 @@ configurePublishing(project)
def commonSrcDir = "../src"
def commonTestSrcDir = "../test"
pill {
importAsLibrary = true
}
sourceSets {
main {
kotlin {