Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround StdLib issue and add KtLint to all modules #206

Merged
merged 2 commits into from
Sep 25, 2021

Conversation

Syer10
Copy link
Collaborator

@Syer10 Syer10 commented Sep 25, 2021

This adds a workaround for the BuildConfig plugin messing with the StdLib, and it adds KtLint to all Modules. Dont ask me why this fixes it, it just works 馃槃 .

}

named("run") {
dependsOn(":formatKotlin", ":lintKotlin")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will run still call formatKotlin?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, this will be done whenever a CompileKotlin task is run, which is done for any build task

@AriaMoradi AriaMoradi merged commit 13b0348 into Suwayomi:master Sep 25, 2021
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.

None yet

2 participants