
implementation("io.insert-koin:koin-annotations:2.3.2-Beta1")Simplifies dependency injection by using annotations like `@Single`, `@Factory`, and `@KoinViewModel` to define components. Supports JSR-330 annotations such as `@Singleton` and `@Inject` for industry-standard compatibility. Integrates with Android-specific scopes like `@ActivityScope` and `@FragmentScope` for lifecycle-aware dependency management.