Support gradle projects that use gradle.build file instead of gradle.build.kts
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 https://github.com/figma/code-connect/blob/bbd08d49228d467553117b0b190f535b807579b0/cli/src/connect/project.ts#L192
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.
At least this should be mentioned in the documentation
Even though PRs are not accepted I created one to who how easy it should be to allow many Android projects to be supported
This is now supported as of v1.3.1 🙂