Skip to content

Commit

Permalink
将mis插件的apply的顺序移至kotlin插件之后
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed May 5, 2019
1 parent 0f5d8dc commit 6199ad3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions micro-module/p_kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ mis {
p_kotlin {
groupId 'com.eastwood.demo'
artifactId 'module-kotlin-sdk'

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
}
}
}
Expand Down

0 comments on commit 6199ad3

Please sign in to comment.