Reduce build times
Reduce our build times by migrating away from KAPT and adopting Anvil
Feature parity
Reaching feature parity with our iOS counterparts. We’re over halfway there!
Test automation
Invest in test automation so that we can verify the behaviour of entire sections or customer flows
Convert Java to Kotlin
Converting the last of our Java files to Kotlin - we’re at 92% Kotlin but there’s more to do
Migrating networking stack
Migrating away from our legacy networking stack and onto our coroutine + result monad-based architecture
Open-sourcing
Open-sourcing our MVI View architecture in Q4
Investing in templating
Investing further into code generation and templating to reduce the amount of boilerplate that building a new feature requires - this includes modules, REST APIs and more