Skip to main content

Litho Android Studio Plugin

Litho Kotlin API​

New Litho Kotlin API does not rely on annotation processing and code generation, its components are plain Kotlin classes, so users don't need any special IDE plugins to work with them effectively. But you still can use Litho IDE plugin to get advantage of File Templates for new Kotlin API components.

note

At this time, we recommend adopting the new Litho Kotlin API for your development needs.

Litho Spec API​

In 2019, the capabilities of the (now deprecated) Litho generative Spec API were expanded with the addition of the Litho IDE plugin. This plugin was specifically designed to enhance the functionality of IDE actions for generated code. It offered comprehensive support for key features including: Code Navigation, Code Completion, Editor Warnings, File Templates.

Relevant links: