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

Support gradle projects that use gradle.build file instead of gradle.build.kts #234

Open
alexjlockwood opened this issue Jan 24, 2025 · 3 comments

Comments

@alexjlockwood
Copy link

alexjlockwood commented Jan 24, 2025

On this line, the parser will determine if the project is a gradle/compose project by detecting if there exists a build.gradle.kts file

} else if (globSync([`${currentDir}/build.gradle.kts`]).length > 0) {

However, some older projects may still be using the old build.gradle files (without the .kts extension). So it would be nice to detect it this way as well.

@sebastiennavico
Copy link

At least this should be mentioned in the documentation

@sebastienrouif
Copy link

Even though PRs are not accepted I created one to who how easy it should be to allow many Android projects to be supported

@rgullyfigma
Copy link

rgullyfigma commented Feb 20, 2025

This is now supported as of v1.3.1 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants