jeremymailen / kotlinter-gradle

Painless, fast ktlint plugin for Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] Support Kotlin/JS

krzema12 opened this issue · comments

The plugin doesn't add its task for Kotlin/JS projects, see:

private val extendablePlugins = mapOf(
"org.jetbrains.kotlin.jvm" to KotlinJvmSourceSetApplier,
"org.jetbrains.kotlin.multiplatform" to KotlinMultiplatformSourceSetApplier,
"kotlin-android" to AndroidSourceSetApplier,
)

Related Slack thread: https://kotlinlang.slack.com/archives/CKS3XG0LS/p1669819315336379

Is it by design? If no, could you add support for it or would you be open for contribution?

Yes, we're just missing it and we can add.