Skip to content

fix(android): move ktlint plugin out of shipped build.gradle#225

Merged
hryhoriiK97 merged 1 commit intomainfrom
fix/move-ktlint-plugin-to-example-app
Apr 8, 2026
Merged

fix(android): move ktlint plugin out of shipped build.gradle#225
hryhoriiK97 merged 1 commit intomainfrom
fix/move-ktlint-plugin-to-example-app

Conversation

@hryhoriiK97
Copy link
Copy Markdown
Collaborator

@hryhoriiK97 hryhoriiK97 commented Apr 8, 2026

What/Why?

Fixes: #224

The ktlint Gradle plugin was declared in android/build.gradle, which ships to npm. This caused Android build failures for consumers because the plugin couldn't be resolved from their repositories. Moved the plugin to the example app's build.gradle so it's only used during development.

Testing

PR Checklist

  • Code compiles and runs on iOS
  • Code compiles and runs on Android
  • Updated documentation/README if applicable
  • Ran example app to verify changes

@hryhoriiK97 hryhoriiK97 merged commit bc26346 into main Apr 8, 2026
5 checks passed
@hryhoriiK97 hryhoriiK97 deleted the fix/move-ktlint-plugin-to-example-app branch April 10, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android build error: org.jlleitschuh.gradle.ktlint not found

1 participant