JetBrains / markdown

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

Added @JvmField annotation to object constants to access them from java #9

Closed max-kammerer closed 8 years ago

max-kammerer commented 8 years ago

Such calls would be prohibited from java in next beta. MarkdownElementTypes not used from java and @JvmField annotation not supported in interface companion.