JuulLabs / exercise

Annotation processor for Android activity intent extras.
https://juullabs.github.io/exercise/
Apache License 2.0
8 stars 2 forks source link

Update "Make IDE aware of generated code" documentation #168

Closed twyatt closed 1 year ago

github-actions[bot] commented 1 year ago

Test Results

  5 files    5 suites   30s :stopwatch: 17 tests 17 :heavy_check_mark: 0 :zzz: 0 :x: 19 runs  19 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 5ff526b3.

:recycle: This comment has been updated with latest results.

ebabel commented 1 year ago

After making this change I get this: Could not resolve all files for configuration ':app:coreLibraryDesugaring'. Cannot resolve external dependency com.android.tools:desugar_jdk_libs:1.1.5 because no repositories are defined. Required by: project :app

I'll keep looking into it

twyatt commented 1 year ago

After making this change I get this: Could not resolve all files for configuration ':app:coreLibraryDesugaring'. Cannot resolve external dependency com.android.tools:desugar_jdk_libs:1.1.5 because no repositories are defined. Required by: project :app

I'll keep looking into it

Strange, perhaps try upgrading the desugar library? We're using: com.android.tools:desugar_jdk_libs:2.0.0

ebabel commented 1 year ago

Sorry, please disregard above, just an obvious flub on my part.