-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unresolved reference: assertThat" on 0.26.1 #477
Comments
I had the same issue, found the solution on another project with which I also had the issue. Gradle is able to select the correct multi-platform dependency, Maven isn't. |
Credit where it's due: InsertKoinIO/koin#1450 |
I am using <dependency>
<groupId>com.willowtreeapps.assertk</groupId>
<artifactId>assertk-jvm</artifactId>
<version>0.26.1</version>
<scope>test</scope>
</dependency> and the problem still persists. |
That saved my day. Should be placed somewhere in the readme. Or simply provide that pom snippet. |
When upgrading from version 0.25.0 to 0.26.1, I suddenly get this weird compiler error:
my code just imports
Is the artifact broken?
The text was updated successfully, but these errors were encountered: