Skip to main content

Plugin - Generate Empty Project File

info

You need to apply the Kotzilla Plugin see Android Gradle setup

From your application module (<project>/<app-module>), you can run a Gradle task to generate an empty Kotzilla project file, with the generateProjectFile Gradle task:

./gradlew generateProjectFile

This will generate the kotzilla.json project file in your project folder.

See more about Kotzilla Project File.