Skip to content

Commit 0e0b4d5

Browse files
committed
Removed dokka plugin
1 parent 0986f9b commit 0e0b4d5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ implementation("io.github.tyczj:tweedle:0.5.0")
271271
Android
272272
```kotlin
273273
android{
274-
debug { matchingFallbacks = ['release'] }
274+
buildTypes {
275+
debug { matchingFallbacks = ['release'] }
276+
}
275277
}
276278

277279
implementation 'io.github.tyczj:tweedle-android:0.5.0'

tweedle/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66
id("kotlinx-serialization")
77
id("maven-publish")
88
id("signing")
9-
id("org.jetbrains.dokka") version "1.6.10"
109
}
1110

1211
repositories {
@@ -20,7 +19,7 @@ val javadocJar by tasks.registering(Jar::class) {
2019
}
2120

2221
group = "io.github.tyczj"
23-
version = "0.5.2"
22+
version = "0.5.1"
2423

2524
kotlin {
2625
android{
@@ -92,7 +91,7 @@ android {
9291
}
9392

9493
packagingOptions {
95-
excludes.add("META-INF/*.kotlin_module")
94+
resources.excludes.add("META-INF/*.kotlin_module")
9695
}
9796
compileOptions {
9897
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)