Meta engineers have been translating their 10 million line Android codebase from Java to Kotlin.They have developed a tool called Kotlinator to automate the conversion process as much as possible.The process involves pre- and post-conversion steps to ensure the converted code can build and eliminate nullability issues.Meta's journey to make their codebase 100% Kotlin is still ongoing, but it provides valuable insights into transforming Kotlin code programmatically.