Merge commit 'refs/pull/31/head' of github.com:bitcoindevkit/bdk-kotlin
This commit is contained in:
4
android/Module.md
Normal file
4
android/Module.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Module bdk-android
|
||||
The [bitcoindevkit](https://bitcoindevkit.org/) language bindings library for Android.
|
||||
|
||||
# Package org.bitcoindevkit
|
||||
@@ -3,6 +3,7 @@ plugins {
|
||||
id("kotlin-android")
|
||||
id("maven-publish")
|
||||
id("signing")
|
||||
id("org.jetbrains.dokka") version "1.6.10"
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -94,3 +95,12 @@ signing {
|
||||
useGpgCmd()
|
||||
sign(publishing.publications)
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
|
||||
dokkaSourceSets {
|
||||
named("main") {
|
||||
moduleName.set("bdk-android")
|
||||
includes.from("Module.md")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user