Skip to content

Commit 6ef5342

Browse files
Update Kotlin [1.6.0 -> 1.6.10], dokka [1.4.32 -> 1.6.10].
Also fix dokka config issue.
1 parent a77ea7d commit 6ef5342

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ buildscript {
2222
essentials_version = '3.1.0'
2323
junit_version = '4.13.2'
2424
mockito_version = '3.8.0'
25-
kotlin_version = '1.6.0'
25+
kotlin_version = '1.6.10'
2626
coroutines_version = '1.6.0-RC'
27-
dokka_version = '1.4.32'
27+
dokka_version = '1.6.10'
2828

2929
println "version=$ob_version"
3030
println "objectboxNativeDependency=$ob_native_dep"

objectbox-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tasks.named("dokkaHtml") {
2929
// Point to web javadoc for objectbox-java packages.
3030
url.set(new URL("https://objectbox.io/docfiles/java/current/"))
3131
// Note: Using JDK 9+ package-list is now called element-list.
32-
packageListUrl.set(new URL(url, "element-list"))
32+
packageListUrl.set(new URL("https://objectbox.io/docfiles/java/current/element-list"))
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)