JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

provide jflexToKotlin plugin for newer intellij versions #107

Open Martmists-GH opened 2 years ago

Martmists-GH commented 2 years ago

It seems the old plugin can't be compiled directly on current versions, and after minimal fixing up to target latest IntelliJ, it fails to convert the lexer. Using the standard Java-to-Kotlin converter also seems to not work reliably as it still uses a good amount of java-exclusive classes and methods.

fishinthecalculator commented 1 year ago

Is there any known workaround for this? At least are the Java classes supposed to be usable in a Kotlin Multiplatform project?