Results 85 comments of Scott Pierce

I just tried this with `0.5.4`, and it still happens. here is a comment that has a complete repro project: https://github.com/Kotlin/dukat/issues/322#issuecomment-653673019

I ended up exporting the declarations, adding their folder to the source set manually, and resolving the errors that way, but there were key problems in the resulting exported code...

The first issue I mentioned seems to be referenced here I think - https://github.com/Kotlin/dukat/issues/263

The annoying part is that you have to get permission for a group ID with sonatype. You can use the com.github version of your domain to publish the artifact though....

> I just absolutely didn't have time last month, sorry. And hope Kotlin 1.7.20 will be finally released today or next week, and plan to upgrade to it before publishing...

Having this would dramatically increase the usability of kotlinx.html

I tried several alternatives, including the above suggestion of a secondary css library, but I found all of the approaches lacking - primarily that I wanted to use an html...

@cy6erGn0m Agreed with the above devs. I use `id`s all the time, and having to declare them as part of the builder instead of in the tag function is inconsistent....

Over the past several weeks, I've created an alternative library, [kotlin-html](https://github.com/ScottPierce/kotlin-html) to remedy pain points of kotlinx.html that I've found like this; primarily to add css, provide first-class support for...

I'm also experiencing this issue. This is listed as a feature. I've seen people online talk about how this used to work, but is no longer working. Does anyone know...