Skip to content

Commit

Permalink
Revert Kotlin to 1.4.32 since dokka is not compatible with 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Jun 20, 2021
1 parent 962e4a0 commit b528194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

buildscript {
ext.kotlinVersion = '1.5.10'
ext.kotlinVersion = '1.4.32'
ext.dokkaVersion = '0.9.17'
ext.recyclerviewVersion = '1.2.1'
ext.annotationVersion = '1.2.0'
Expand Down

0 comments on commit b528194

Please sign in to comment.