Skip to content

Commit 3953b2f

Browse files
Merge pull request #17 from betterme-dev/fix/dokka-compilation-failure
Downgrade dokka version
2 parents f0d483c + 15a2227 commit 3953b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
ext.kotlin_version = '1.3.50'
77
ext.maven_version = '2.1'
88
ext.bintray_version = '1.8.4'
9-
ext.dokka_version = '0.9.18'
9+
ext.dokka_version = '0.9.16'
1010
repositories {
1111
maven { url 'https://plugins.gradle.org/m2/' }
1212
google()

0 commit comments

Comments
 (0)