Skip to content

Commit fd29c43

Browse files
author
Peter Bryant
committed
⬆️ Add Android Maven plugin
1 parent 94f3ed6 commit fd29c43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ buildscript {
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath 'org.jlleitschuh.gradle:ktlint-gradle:10.2.0'
1818
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.30"
19+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1920
}
2021
}
2122

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencyResolutionManagement {
66
jcenter() // Warning: this repository is going to shut down soon
77
}
88
}
9-
rootProject.name = "Kotlin Bloc"
9+
rootProject.name = "KotlinBloc"
1010
include ':sample'
1111
include ':core'
1212
include ':compose'

0 commit comments

Comments
 (0)