We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ff79a commit a33ae33Copy full SHA for a33ae33
2 files changed
build.gradle
@@ -10,6 +10,7 @@ buildscript {
10
dependencies {
11
classpath 'com.android.tools.build:gradle:3.5.3'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
14
// NOTE: Do not place your application dependencies here; they belong
15
// in the individual module build.gradle files
16
}
library/build.gradle
@@ -1,4 +1,8 @@
1
+group = 'com.github.gomsang'
2
+
3
apply plugin: 'com.android.library'
4
+apply plugin: 'com.github.dcendents.android-maven'
5
6
apply plugin: 'kotlin-android'
7
apply plugin: 'kotlin-android-extensions'
8
android {
0 commit comments