``` e: /Users/jakew/dev/JakeWharton/SdkSearch/api/...
# kapt
j
Copy code
e: /Users/jakew/dev/JakeWharton/SdkSearch/api/circleci/src/main/java/com/jakewharton/sdksearch/api/circleci/CircleCiModule.java:13: error: incompatible types: Module cannot be converted to Annotation
@Module //
 ^
e: /Users/jakew/dev/JakeWharton/SdkSearch/api/circleci/src/main/java/com/jakewharton/sdksearch/api/circleci/CircleCiModule.java:15: error: cannot find symbol
  @Provides static CircleCiService documentationService(String token) {
   ^
  symbol:   class Provides
  location: class CircleCiModule
y
Thanks, will look into this tomorrow.
j
The code is open source if that helps. Repo is here: https://github.com/JakeWharton/SdkSearch. Requires the Android SDK be installed, of course.
👍 1