Readability4J icon indicating copy to clipboard operation
Readability4J copied to clipboard

Kotlin Project interoperability?

Open erdeminanc opened this issue 4 years ago • 2 comments

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. 😕

erdeminanc avatar Jan 19 '21 21:01 erdeminanc

Hi Erdem,

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.

Cheers, dankito

dankito avatar Jan 22 '21 19:01 dankito

Hi dankito,

Thanks for reply.

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.

Best, Erdem

erdeminanc avatar Jan 25 '21 12:01 erdeminanc