Commit graph

4 commits

Author SHA1 Message Date
Severiano Jaramillo
ef440c8a9f Fix project package structure 2024-05-05 19:37:56 -07:00
Severiano Jaramillo
564e262f86 Bump Kotlin to 2.0.0-RC2 and use Compiler plugin 2024-05-02 21:21:27 -07:00
Severiano Jaramillo
71570677ec Bump AGP and Gradle versions
- Updated Android Gradle Plugin to version 8.3.2.
- Updated Gradle to version 8.7.
- Removed unused AndroidX core lib.
2024-04-29 17:20:07 -07:00
584008004b Convert to Android-only project (#1)
We were trying to target Android/iOS/Desktop with the same codebase using Kotlin Multiplatform, but that proved to be more complicated than anticipated. We are simplifying the scope of the project a bit by focusing on Android.

Co-authored-by: Severiano Jaramillo <severiano.jaramillo@gmail.com>
Reviewed-on: #1
2024-04-29 22:37:45 +00:00