Skip to content

Commit bc33f62

Browse files
committed
Add Kotlin support section
This is a prerequisite for dropping compatibility with Kotlin pre-2.x. See assertj/assertj#3870.
1 parent 68f56c8 commit bc33f62

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = 1.0
66
# Note that if --release is added then -target and -source are ignored.
77
javacRelease = 8
88

9-
assertjVersion = 3.27.3
9+
assertjVersion = 3.27.6
1010
assertjJodaTimeVersion = 2.2.0
1111
assertjDbVersion = 2.0.2
1212
ota4jVersion = 1.2.0

src/docs/asciidoc/user-guide/assertj-core-quickstart.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This guide is for the AssertJ Core module.
88

99
AssertJ Core requires Java 8 or higher.
1010

11+
[[assertj-core-kotlin]]
12+
===== Kotlin Support
13+
14+
AssertJ Core is compatible with Kotlin 1.9 or higher.
15+
1116
[[assertj-core-android]]
1217
===== Android Support
1318

0 commit comments

Comments
 (0)