Open babbar01 opened 3 years ago
For a quick workaround you could do something like this:
implementation "net.dankito.readability4j:readability4j:$readability4JVersion", {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk7'
}
Does it help?
It is getting compiled but showing warnings Is it okay to use that with warning ?
For a quick workaround you could do something like this:
implementation "net.dankito.readability4j:readability4j:$readability4JVersion", { exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk7' }
Does it help?
jetified-kotlin-stdlib-jdk7-1.3.72.jar found and is not compatible with my application -> change to latest