You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
really curious as i'd say you did everything right.
What error message did you get? Did a Gradle sync help? Did importing other libraries from Maven Central in the same Gradle file work? Let me know your error message.
Gradle syncs without any error, other Gradle libs also work... but Readability4J instance doesn't resolve (or import) on project Kotlin classes. I also started a Java Project with Gradle, it works in this case.
Hello @dankito , thanks for the project.
It may sound a silly question as the project is alreaady written in Kotlin. However, I couldn't make it work on Kotlin Gradle project like so:
implementation ("net.dankito.readability4j:readability4j:1.0.5")
but works on Java Gradle project somehow. 😕
The text was updated successfully, but these errors were encountered: