aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
AgeCommit message (Collapse)Author
2023-01-10Fix Gradle deprecation warningsMatthew Haughton
(cherry picked from commit 3bbd53b185967c934f2d3b01b0bcf4207345dd52)
2023-01-04Build KSP with Kotlin 1.8.0Ting-Yuan Huang
instead of the bootstrapping version
2022-11-29UPDATE_KOTLIN_VERSION: 1.8.20-dev-2904Jiaxiang Chen
2022-04-22Update logic that forces KGP build versionTing-Yuan Huang
2022-03-15remove jcenter() https://blog.gradle.org/jcenter-shutdownAdam
2022-02-25Pass jdk and compile classpath to metalavaTing-Yuan Huang
2022-02-23Track API changes in CITing-Yuan Huang
using Metalava.
2021-08-17ktlint: exclude temporary filesTing-Yuan Huang
2021-07-01Add KotlinBootstrap repoTing-Yuan Huang
2021-03-15This PR integrates ktlint with the projectYigit Boyar
It is a fork of what androidX does with minor modifications. There are 3 new tasks: rootProject:ktlintApplyToIdea -> Applied ktlint configuration to the current .idea project folder <subproject>:ktlint -> Runs ktlint checks <subproject>:ktlintFormat -> Fixes formatting for the project. Note that this may not be able to handle all violations. I've not modified the CI files to run this since it fails right now. One of the core maintaners should run the format tasks to come to a clean slate then we can add it to CI. I've not added a baseline file since they are very brittle.