Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.64 KB

File metadata and controls

27 lines (23 loc) · 1.64 KB

Developer Readme

Detekt

Known Issues

  • AboutLibraries
  • Gradle
    • Gradle 9.0 - Generated type-safe version catalogs accessors for projcts are not avialable inside build-logic module
    • Gradle 9.0 - Generated type-safe version catalogs accessors for libs are not accessible from precompiled script plugin e.g. add("implementation", libs.koin). Workaround is to use implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location)).
  • Mockk
    • Unable to mock some methods with implicit continuation parameter in the AlbumListViewModelTest class (Issue-957)
  • Detekt
  • Kotlin Plugin
  • Android Studio
    • False positive "Unused symbol" for a custom Android application class referenced in AndroidManifest.xml file (KT-27971)
  • Coil
    • No way to automatically retry image load, so some images may not be loaded when connection speed is low (Issue 132)