- Detekt configuration contains link to
default-detekt-config.yml.
- AboutLibraries
- AboutLibraries
12.2.4Gradle plugin does nto include test dependencies mikepenz/AboutLibraries#1238 - AboutLibraries
13.0.0-rc01Gradle plugin required Kotlin 2.2.0 mikepenz/AboutLibraries#1237
- AboutLibraries
- Gradle
- Gradle
9.0- Generated type-safe version catalogs accessors forprojctsare not avialable insidebuild-logicmodule - Gradle
9.0- Generated type-safe version catalogs accessors forlibsare not accessible from precompiled script plugin e.g. add("implementation", libs.koin). Workaround is to useimplementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location)).
- Gradle
- Mockk
- Unable to mock some methods with implicit
continuationparameter in theAlbumListViewModelTestclass (Issue-957)
- Unable to mock some methods with implicit
- Detekt
- The
UnnecessaryParenthesesrule was disabled detekt/detekt#8668
- The
- Kotlin Plugin
- Auto-import (an import intention) for delegate does not work if the variable has the same name https://youtrack.jetbrains.com/issue/KTIJ-17403
- Android Studio
- False positive "Unused symbol" for a custom Android application class referenced in
AndroidManifest.xmlfile (KT-27971)
- False positive "Unused symbol" for a custom Android application class referenced in
- Coil
- No way to automatically retry image load, so some images may not be loaded when connection speed is low (Issue 132)