From 94146277727bf30af3545266c4657a00facdcd04 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Mon, 6 Jul 2026 18:54:23 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b46ec3138..35ee45198 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 . -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