diff options
Diffstat (limited to 'hello_world/settings.gradle')
-rw-r--r-- | hello_world/settings.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hello_world/settings.gradle b/hello_world/settings.gradle new file mode 100644 index 0000000..475b38d --- /dev/null +++ b/hello_world/settings.gradle @@ -0,0 +1,2 @@ +rootProject.name='HelloWorldPlugin' +include ':plugin' |