Rename projects.
diff --git a/annotations/build.gradle b/annotations/build.gradle
new file mode 100644
index 0000000..79c61f4
--- /dev/null
+++ b/annotations/build.gradle
@@ -0,0 +1,14 @@
+plugins {
+    id "net.ltgt.errorprone" version "0.0.10"
+}
+
+new RoboJavaModulePlugin(
+        deploy: true
+).apply(project)
+
+dependencies {
+    // Compile dependencies
+    compile project(":shadowapi")
+    compileOnly "com.google.code.findbugs:jsr305:3.0.1"
+    compileOnly AndroidSdk.MAX_SDK.coordinates
+}
\ No newline at end of file