From 8bae8dfe257eefa555edf8753850f070de3dafac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:12:27 +0000 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 13f1a599..59816437 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,6 @@ fabric.properties # Default output directory for APK and Bundle collection tasks app/outputs + +# K2 generated directory +.kotlin/ -- cgit v1.2.3