You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ContributesAssistedFactory(AppGraph::class, DeviceCategoriesComponent.Factory::class)
class DeviceCategoriesComponentImpl @AssistedInject constructor(
@Assisted private val onBackClicked: () -> Unit,
@Assisted private val onCategoryClicked: (categoryId: Long) -> Unit,
)
leads to
e: [ksp] /runner/_work/Flipper-Android-App/Flipper-Android-App/components/remote-controls/categories/impl/src/main/kotlin/com/flipperdevices/remotecontrols/impl/categories/presentation/decompose/DeviceCategoriesComponent.kt:26: The factory method parameter 'onBackClicked' does not match any @Assisted parameter in the primary constructor of 'DeviceCategoriesComponentImpl'
The text was updated successfully, but these errors were encountered:
leads to
The text was updated successfully, but these errors were encountered: