Skip to content

Writing Custom Modules

Alexander Majka edited this page Feb 8, 2024 · 1 revision

To write a custom module, you can use the createModule task:

gradlew createModule

It will ask you which language to use, and how your module shall be called:

> Task :modules:createModule

Which language do you want to use? [kotlin, java] : 
kotlin

Enter module name ( [a-z0-9_-]+ ) : 
basics-weather

Clone this wiki locally