kotlinx.html icon indicating copy to clipboard operation
kotlinx.html copied to clipboard

Kotlin DSL for HTML

Results 112 kotlinx.html issues
Sort by recently updated
recently updated
newest added
trafficstars

According to [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template), permitted parents of `` elements are: Any element that accepts [metadata content](https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#metadata_content), [phrasing content](https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#phrasing_content), or [script-supporting elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#script-supporting_elements). Also allowed as a child of a [](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup) element that...

I use [detekt v1.14.2](https://github.com/detekt/detekt) but recently I am facing issue as the gradle failed to download `kotlinx-html-jvm v0.7.2` ``` Execution failed for task ':sample-core:detekt'. > Could not resolve all files...