Skip to content

Commit 4d1e5c2

Browse files
committed
Dokka 0.9.16 should fix incompatibility with Gradle 4.5
1 parent 05b3ab9 commit 4d1e5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version= rootProject.version
44
buildscript {
55
ext.javadocDir = "$buildDir/docs/javadoc"
66
ext.kotlin_version = '1.2.21'
7-
ext.dokka_version = '0.9.15'
7+
ext.dokka_version = '0.9.16'
88

99
repositories {
1010
jcenter()

0 commit comments

Comments
 (0)