AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Use Redwood to Generate Code for Your iOS Colleague
Redwood is a Kotlin compiler plugin, it basically just generates code for you. It's not actually generating any elements for the individual toolkit. It just generates an interface that then you have to implement yourself. The way it works today at cache up is say we want to add a new widget to our Schema. And then I can write compose functions that call into this redwood button function. But I just then pass off this button interface to the iOS developer and they work on writing that interface for their platform.