mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-15 07:47:35 -04:00
docs: note on migration for contributors
wording might be improved
This commit is contained in:
1 parent
c40fcdee9e
commit
1069803681
1 file changed
+8
@@ -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
|
||||
|
||||
Reference in new issue
Block a user