Formatter for Kotlin #356

Closed
opened 2026-02-16 17:26:25 -05:00 by yindo · 1 comment
Owner

Originally created by @Suhas-Koheda on GitHub (Jun 27, 2025).

Originally assigned to: @thdxr on GitHub.

i am interested in contributing for the file auto formatting for kotlin lanugage
i've checked gofmt pr for reference go uses gofmt which is packaged by go distro as far as i know
but for kotlin can use ktlint by pinterest - https://github.com/pinterest/ktlint
the problem is that when we sue it the user will have to install it
so now are we assuming that user will be having it installed or should we check it and then install it if not present

i we'll have to check then where do we check
do we check using the environment thing?
how do we prompt? like check on environment?

sorry for the rookie mistake if it is but yeah interesed in contributing

Originally created by @Suhas-Koheda on GitHub (Jun 27, 2025). Originally assigned to: @thdxr on GitHub. i am interested in contributing for the file auto formatting for kotlin lanugage i've checked gofmt pr for reference go uses gofmt which is packaged by go distro as far as i know but for kotlin can use ktlint by pinterest - https://github.com/pinterest/ktlint the problem is that when we sue it the user will have to install it so now are we assuming that user will be having it installed or should we check it and then install it if not present i we'll have to check then where do we check do we check using the environment thing? how do we prompt? like check on environment? sorry for the rookie mistake if it is but yeah interesed in contributing
yindo closed this issue 2026-02-16 17:26:25 -05:00
Author
Owner

@rekram1-node commented on GitHub (Dec 27, 2025):

[automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!

@rekram1-node commented on GitHub (Dec 27, 2025): [automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#356