i'm wondering is there is any tool to convert html...
# announcements
b
i'm wondering is there is any tool to convert html to kotlin DSL? if not, can we start an open source project for that ?
k
Isn't it that trivial that regex can almost do it?
o
I’m not sure if it still works, but still: https://plugins.jetbrains.com/plugin/7957-html-to-kotlin
👍 1
b
how can we use it on intelli j
o
Open Plugins in preferences, find this plugin and install it
(I didn’t try it myself)
b
i ha ve installed it, but didnt know how to use it
o
Copy an HTML snippet, paste into the Kotlin code, I suppose.