Update CONTRIBUTING.md

This commit is contained in:
Sylvia van Os
2026-07-06 18:54:23 +02:00
committed by GitHub
parent 6445df4d2f
commit 9414627772

View File

@@ -55,7 +55,7 @@ Catima uses a lot of "legacy" tech, Java, Android XML. This will be ported to Ko
then Jetpack Compose; for further details, see
<https://github.com/CatimaLoyalty/Android/issues/2483>.
Thus, prefer Kotlin for new code where practical, especially new files/features.
Thus, prefer Kotlin and Jetpack Compose for new code/UI where practical, especially new files/features.
### Test Your Code