aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Run `ktlintFormat` during codegen
Much of the generated code has formatting problems such as unused imports. Run ktlintFormat
during codegen to fix these
AJT: We should try to do this in a way that it doesn't have to be done as part of codegen and not ran as a separate tool/task post codegen.