docs: note on migration for contributors

wording might be improved
This commit is contained in:
IlyaZar
2026-07-06 16:04:36 +02:00
parent c40fcdee9e
commit 1069803681

View File

@@ -47,6 +47,14 @@ risk.
Please never submit LLM-generated code as-is.
### Kotlin and Compose migration
Catima uses a lot of "legacy" tech, Java, Android XML. This will be ported to Kotlin,
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.
### Test Your Code
There are four possible tests you can run to verify your code. The first