Skip to content

Commit

Permalink
configure publishing of shared module
Browse files Browse the repository at this point in the history
  • Loading branch information
aafanasev committed Mar 31, 2018
1 parent 6ac70ad commit 1549d8d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fonoapi/build.gradle
@@ -1,5 +1,14 @@
ext.libName = "fonoapi"
ext.libDesc = "FonoApi - Entites"

apply plugin: "kotlin"
apply from: "$rootDir/buildsystem/dependencies.gradle"
apply from: "$rootDir/buildsystem/dokka.gradle"
apply from: "$rootDir/buildsystem/publish.gradle"

archivesBaseName = libName
group = fonoapi.group
version = fonoapi.version

dependencies {
implementation libraries.kotlinStdLib
Expand Down

0 comments on commit 1549d8d

Please sign in to comment.