JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
706 stars 78 forks source link

Set compatibility to 1.6 so one can use it on android #19

Closed ligi closed 7 years ago

ligi commented 7 years ago

I want to use this library on android - Kotlin compiles to 1.6 by default - but there is some java code included so we have to set this to be compatible

valich commented 7 years ago

Hi @ligi,

Thanks for the contribution. The problem was in generated lexer files; I was thinking of converting them to Kt in order to be able to compile the parser to JS but that's a simpler fix for sure. Anyway, for now I'll update the build in bintray repo so you could use the lib.

ligi commented 7 years ago

thanks! no need to hurry with the bintray release - I am consuming the lib via jitpack now ( in a branch of https://github.com/ligi/SurvivalManual )