I'd like to move my project to Amper standalone. I...
# amper
r
I'd like to move my project to Amper standalone. I'm relying on ktlint and compose-rules extension (through the kotlinter gradle plugin) for linting and autoformatting. Is there any way to use Amper in standalone mode to do the same?
j
This is not possible in the current version of Amper standalone. You will need extensibility for this (plugins/custom tasks) which we're actively working on. Note that we're using ktlint as one of the plugin studies to design extensibility in Amper, so we'll make sure we support this case. Please stay tuned!
gratitude thank you 1
r
Thank you!