ee72459881
CI hit a KSP/Hilt resolution error on the prior commit: ModuleProcessingStep was unable to process 'NetworkModule' because 'LibraryApi' could not be resolved. Switching from `retrofit.create(LibraryApi::class.java)` to the Kotlin extension `retrofit.create()` (with explicit `LibraryApi` return type annotation). The extension is reified and may sidestep whatever type-resolution path the previous form tripped under KSP2 + Hilt. If this also fails, the next step is to split AlbumWire.kt and ArtistWire.kt so each file has a single top-level declaration — investigating cross-file symbol-resolution order in KSP2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>