Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-16 | fix(build): temporarily downgrade AGP to stable track | Harsh Shandilya | |
Fixes #2820 | |||
2023-11-28 | refactor(build): use typed catalog in build-logic | Harsh Shandilya | |
2023-08-26 | chore(build): require a Java 20 host | Harsh Shandilya | |
2023-07-12 | fix(build): properly resolve JavaPoet version resolution issue | Harsh Shandilya | |
2023-07-06 | fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ↵ | Harsh Shandilya | |
files | |||
2023-07-01 | fix(build): remove useless Java configuration for Gradle Toolchains | Harsh Shandilya | |
2023-07-01 | fix(build): remove JVM vendor preference | Harsh Shandilya | |
2023-06-15 | chore: rename TOML keys for coroutines deps | Harsh Shandilya | |
2023-05-24 | feat(build): use JVM toolchains to enforce Java 17 usage | Harsh Shandilya | |
This simplifies project setup in both CI and for individual contributors | |||
2023-05-16 | feat(build): raise target bytecode to Java 17 | Harsh Shandilya | |
2023-04-29 | fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490) | renovate[bot] | |
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-04-27 | feat(build): remove Detekt | Harsh Shandilya | |
This no longer adds value for me and instead results in unnecessary bikeshedding. | |||
2023-04-27 | refactor(build): introduce a standalone plugin for Kotlin JVM libraries | Harsh Shandilya | |
2023-03-26 | feat(build): migrate to Crowdin V2 API | Harsh Shandilya | |
2023-03-21 | fix(build): disable SAM conversion for build-logic | Harsh Shandilya | |
No longer required https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Support%20of%20Java%20lambdas | |||
2023-03-21 | fix(build): remove `DSL_SCOPE_VIOLATION` suppression | Harsh Shandilya | |
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block | |||
2023-03-21 | fix(build): remove unneeded `afterEvaluate` | Harsh Shandilya | |
https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Easier%20customization%20of%20Kotlin%20options | |||
2023-02-27 | chore(build): ensure Kotlin versions are aligned in `build-logic` project | Harsh Shandilya | |
2022-12-02 | refactor(build-logic): move all code to a single top-level project | Harsh Shandilya | |
2021-11-16 | Convert build-logic to a proper included build | Harsh Shandilya | |
2021-11-15 | build-logic: migrate Spotless to a convention plugin | Harsh Shandilya | |