Skip to content

Instantly share code, notes, and snippets.

View herrbert74's full-sized avatar

Zsolt Bertalan herrbert74

  • London
View GitHub Profile
@herrbert74
herrbert74 / Store Interface
Created May 6, 2022 19:31
MVIKotlin Store Interface
This IDEA live template generates a dummy Store interface.
Installation:
1. Open IDEA preferences -> Editor -> Live Templates
2. Create a new group using the "+" button or select an existing group
3. Copy the content of the template below and paste it under the selected group (Ctrl+C/Ctrl+V)
Usage:
1. Create a new Kotlin file with the required name
2. Type "mvisi" and press Enter