-
Notifications
You must be signed in to change notification settings - Fork 223
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
[Feature] Support the Kotlin DSL, build.gradle.kts #38
Comments
Thanks for adding this feature request @joshuarose. Looks like it has gotten some community support already - we will keep it open to track further interest. |
@nrajpurkar Any update on this topic? We just converted our groovy based build files to the gradle kotlin dsl and now we can't build on app center anymore. Considering that almost 4 months have passed since the official release we would have expected that a serious CI solution (we are paying for) is a) aware of such development and b) has working support within an adequate time frame. |
Hi @harry248, no immediate updates to share at this moment, but this continues to be functionality myself and my team are aware of and tracking. |
Hi there @harry248 and everybody else interested in using the Kotlin DSL for configuring your Android projects. We're currently working on support for this and would love your feedback. |
Just a quick update: We have shipped and enabled the feature to analyze Kotlin DSL based Gradle configurations for your Android Java/Kotlin and Android React Native apps. |
Command 'codepush release-react -a rohit.garg.com/housingnative --entry-file index.js --sourcemap-output index.map -d rewrite -b index.android.bundle' failed with exception "Unable to find gradle file "android/app/build.gradle"." The file is basically android/app/build.gradle.kts but it is not picking that file. |
What App Center service does this feature apply to?
The CI/CD build pipeline
Describe the solution you'd like
Instead of only looking for build.gradle files update the project analyzer to also look for build.gradle.kts files.
Describe alternatives you've considered
We're likely looking to move to Travis temporarily for building this app until this feature becomes available. The other alternative would be to revert back to using groovy for build files, but the autocompletion and strong typing of Kotlin DSL are something our team has seen value in.
Additional context
https://github.com/gradle/kotlin-dsl
The text was updated successfully, but these errors were encountered: