-
I have a mixed java/kotlin project and I'd like to use assertk. So I added it to pom.xml <dependency>
<groupId>com.willowtreeapps.assertk</groupId>
<artifactId>assertk</artifactId>
<version>0.28.1</version>
<scope>test</scope>
</dependency> However, I get
|
Beta Was this translation helpful? Give feedback.
Answered by
pihentagy
Sep 30, 2024
Replies: 1 comment
-
#477 (comment) solves it for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pihentagy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#477 (comment) solves it for me.