Skip to content

Commit dd49701

Browse files
committed
Update Kotlin, dokka
1 parent 7146a39 commit dd49701

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
# Files for the Dalvik VM
99
*.dex
1010

11-
# Java class files
11+
# Java/Kotlin files
1212
*.class
13+
kotlin/
1314

1415
# Generated files
1516
bin/

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
commons-lang3 = "3.14.0"
3-
dokka = "1.9.10"
3+
dokka = "1.9.20"
44
junit4 = "4.13.2"
5-
kotlin = "1.9.22"
5+
kotlin = "2.0.0"
66
okhttpVersion = "4.12.0"
77
xpp3Version = "1.1.6"
88

0 commit comments

Comments
 (0)