This commit is contained in:
Christoph Kroczek
2019-07-13 20:49:19 +02:00
parent 930273c0a7
commit f277a1ccda
2 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# About this kata
Simple handwritten Gradle Java project written in Kotlin.
# Problem description
Provide a gradle project for HelloGradleKotlin class. The gradle project should support compliation and application execution.
# Clues
Java and application gradle plugins shall be used