diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-22 07:12:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 07:12:27 +0000 |
commit | 8bae8dfe257eefa555edf8753850f070de3dafac (patch) | |
tree | 8bf8363631e0b44ed18ff4f910c58fa00dbcc579 /.gitignore | |
parent | dd4a7023cd3f3e260319610eb0b73d0eb084a8ec (diff) |
fix(deps): update kotlin and compose to v2 (major) (#3064)
* fix(deps): update kotlin and compose to v2
* fix(build): switch to Kotlin Compose Compiler
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,3 +160,6 @@ fabric.properties # Default output directory for APK and Bundle collection tasks app/outputs + +# K2 generated directory +.kotlin/ |