Added examples.

This commit is contained in:
Erik C. Thauvin 2018-07-01 21:50:49 -07:00
parent 877e4bd622
commit 474263452f
85 changed files with 2429 additions and 107 deletions

2
examples/settings.gradle Normal file
View file

@ -0,0 +1,2 @@
include 'java', 'kotlin', 'annotation-processor:java', 'annotation-processor:kotlin'
rootProject.name = 'examples'