Add an example for a build.gradle.kts file

This commit is contained in:
Jakob K
2021-06-15 21:48:59 +02:00
parent d95cf30181
commit 979353ac85
3 changed files with 35 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ nav:
- Requirements: setup/beginners.md
- Starting a new project: setup/project.md
- Setup using Gradle: setup/gradle.md
- Build script example: setup/gradle_example.md
- Entrypoint to your plugin: setup/entrypoint.md
- Extensions:
- Event listener: extensions/listener.md