dankito/Readability4J

Kotlin Project interoperability?

erdeminanc opened this issue · 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. 😕

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

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