aboutsummaryrefslogtreecommitdiff
path: root/build-logic/kotlin-plugins/src/main/kotlin/app
AgeCommit message (Collapse)Author
2022-12-02refactor(build-logic): move all code to a single top-level projectHarsh Shandilya
2022-12-01fix(deps): update kotlin to v1.7.22 (#2278)renovate[bot]
* fix(deps): update kotlin to v1.7.22 * fix(gradle): allow Kotlin 1.7.22 for Compose Compiler (cherry picked from commit 6c218c20bfd21e0a9ad75e3dfc98525d4ac40a7f) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-11-25fix(build-logic): re-enable Test task state trackingHarsh Shandilya
2022-10-29feat: rip out SpotlessHarsh Shandilya
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon.
2022-10-29feat(build): add a homebrew ktfmt pluginHarsh Shandilya
The general idea of the implementation is borrowed from https://github.com/cortinico/ktfmt-gradle
2022-10-21Migrate to Metalava for validating API (#2195)Harsh Shandilya
2022-10-05chore(deps): upgrade to Compose Compiler 1.3.2Harsh Shandilya
2022-10-03fix(deps): update kotlin to v1.7.20 (#2154)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-09-24chore(deps): update dependency com.facebook:ktfmt to v0.41 (#2147)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-08fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 ↵renovate[bot]
(#2114) * fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 * Remove Compose Compiler version check suppression Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-09-02Upgrade ktfmt and setup automatic updates (#2103)Harsh Shandilya
2022-07-17gradle: add `detekt` as a dependency to the `check` taskHarsh Shandilya
2022-07-17detekt: initHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya