StreamPlayerApp
StreamPlayerApp copied to clipboard
project created for the community as an example of modern structure/architecture and technologies to a real world
Feature list module contains a lot of code, we should break it down in three modules: - search module; - details module; - list module.
- Enable detekt for all modules; - Add the detekt task in the CI/CD
Update the dependencies to the following versions: 1. Kotlin: 1.9.25 2. Gradle plugin: 8.2.2 3. Compose: 2024.09.02 4. Ksp: 1.9.25-1.0.20
Update solution Koin removing from load and unload to rememberKoinModules