Steppschuh / Java-Markdown-Generator

Java library to generate markdown
MIT License
230 stars 47 forks source link

Kotlin MD Builders #16

Closed IlyasYOY closed 3 years ago

IlyasYOY commented 4 years ago

Hey there!

I wrote some MD Builders using your library. I thought that I can add this to your project.

https://github.com/IlyasYOY/kotlin-markdown

Thank you for your work!

IlyasYOY commented 3 years ago

Hello! Should I consider preparing a PR or it's a bad idea to add Kotlin Builders in this project?

Steppschuh commented 3 years ago

Hey, sorry for not getting back to you. I checked out your repo when you created the issue, and was a little bit confused to be honest. Maybe that's because I don't use Kotlin myself, but I thought that you could use Java libraries just fine from Kotlin code (without requiring a wrapper like the one you created).

Anyhow, if you feel like this adds value for Kotlin users, please feel free to provide it as a library from your own repo. I would prefer not to include any Kotlin code in my library for simplicity.