Open jdneo opened 1 year ago
Hi @jdneo. I'm considering working on a project to implement support for Android and Kotlin projects on the Gradle Build Server. Do I need to create a new issue?
Hi @joemaren, thank you for your interest in the project.
Currently there is an undergoing refactoring work for multiple language support: https://github.com/microsoft/build-server-for-gradle/pull/125
And another PR for the kotlin support: https://github.com/microsoft/build-server-for-gradle/pull/120
So far there is no effort made on the Android support. Let's file a new issue for the Android support and we can discuss details there.
BTW, Based on the discussion between @Arthurm1 and me, we tend to finish the refactor first and then adding more language/framework support.
Hi @jdneo, Is there had any progress about Android support? I'm trying to develop a android project in idea and found BSP and this amazing project when I search on github. In my opinion it could be wonderful let gradle build server support Android and work in different IDE.
Do u need more people help? Although I'm still a powerless undergraduate but I'm very interested in open source projects. Maybe u can give me some suggests or way of learning in Android support? I'd be happy to make a modest contribution to the project. :)
Hi @DazeCake, there is no undergoing work related with Android support. Any kind of contributions are welcome.
Feel free to file a new issue for further discussion.
Today, the Gradle build server only supports pure Java project, while in the real world, Kotlin/Groovy/Android project may also be built by Gradle. So, we need to figure out a contribution point that allow different Gradle plugins to contribute their own build targets.