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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not create tasks for KSP sourcesets #167

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Do not create tasks for KSP sourcesets #167

merged 1 commit into from
Jul 15, 2023

Conversation

cortinico
Copy link
Owner

🚀 Description

Make sure ktfmt-gradle is not attempting to create tasks to format
code generated by KSP. As KSP creates source sets that are called generatedByKsp...
we don't want to create tasks for those sourcesets.

📄 Motivation and Context

Fixes #120

🧪 How Has This Been Tested?

Added a simple class to the example project

📦 Types of changes

  • Bug fix (non-breaking change which fixes an issue)

@cortinico cortinico merged commit f4349d3 into main Jul 15, 2023
4 checks passed
@cortinico cortinico deleted the nc/fix-for-ksp branch July 15, 2023 14:54
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.

"Circular dependency between the following tasks" when running tasks in a module using KSP
1 participant