Skip to content

Commit

Permalink
[medly#29] subprojects need that too
Browse files Browse the repository at this point in the history
  • Loading branch information
kdabir authored and ashwini-desai committed Sep 18, 2020
1 parent cb36ebe commit 85f610a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.72' apply false
id 'org.jetbrains.kotlin.kapt' version '1.3.72' apply false
id 'maven-publish' apply false
id "com.kdabir.mksrc" version "1.1.0"
id 'maven-publish'
}

subprojects {
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'org.jetbrains.kotlin.kapt'
apply plugin: "com.kdabir.mksrc"
apply plugin: "maven-publish"

group = 'com.medly.apifi'

Expand Down

0 comments on commit 85f610a

Please sign in to comment.