Added build file for all examples.
This commit is contained in:
parent
d9e0acef6c
commit
144868855f
6 changed files with 42 additions and 3 deletions
5
examples/build.gradle
Normal file
5
examples/build.gradle
Normal file
|
@ -0,0 +1,5 @@
|
|||
task run {
|
||||
dependsOn(
|
||||
"java:clean", "java:run",
|
||||
"kotlin:clean", "kotlin:run", "kotlin:runJava")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue