Provide a direct bridge to java based annotation tools

Change-Id: Ie8c1a66310229f454da1e45b50ecc689d07790cf
diff --git a/app/build.gradle b/app/build.gradle
index 7337882..31cfdc9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -44,6 +44,9 @@
     // Use the Kotlin JUnit integration.
     testImplementation 'org.jetbrains.kotlin:kotlin-test-junit'
     testImplementation "org.jetbrains.kotlin:kotlin-test:2.0.0-Beta4"
+
+    implementation fileTree(dir: '../libs', include: ['*.jar'])
+    //implementation file('libs/marmot.jar')
 }