From 7e095b7322c7dc831e8e3481848257dcda99d467 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Jan 2018 20:36:13 +0100 Subject: Hello World example --- examples/helloworld/settings.gradle | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/helloworld/settings.gradle (limited to 'examples/helloworld/settings.gradle') diff --git a/examples/helloworld/settings.gradle b/examples/helloworld/settings.gradle new file mode 100644 index 00000000..6a02f57e --- /dev/null +++ b/examples/helloworld/settings.gradle @@ -0,0 +1 @@ +rootProject.name = 'helloworld' -- cgit