Added detekt extension

This commit is contained in:
Erik C. Thauvin 2023-11-25 21:14:02 -08:00
parent 1e016de5fb
commit cd4d86969f
11 changed files with 65 additions and 17 deletions

View file

@ -1,5 +1,5 @@
## Kotlin Example
To compile & run the Kotlin example:
To run the Kotlin example:
```console
./gradlew run
@ -9,7 +9,7 @@ To compile & run the Kotlin example:
## Java Example
To compile & run the Java example:
To run the Java example:
```console
./gradlew runJava