vishnurajeevan
07/27/2024, 8:16 PM@AppScope
@Component
abstract class AppComponent(
) : LoginCoordinates.LoginScreenComponent,
ServiceComponent {
companion object
}
interface ServiceComponent {
val authService: AuthService
}
@Inject
@AppScope
class AuthService { ... }
errors with
e: [ksp] /Volumes/repos/dwak/tripeated/composeApp/src/commonMain/kotlin/service/AuthService.kt:13: Cannot find component with scope: @AppScope to inject service.AuthService