Jonathan
06/13/2025, 8:47 PM@OptIn(ExperimentalPagingApi::class)
This declaration needs opt-in. Its usage must be marked with ‘@androidx.paging.ExperimentalPagingApi’ or ‘@OptIn(androidx.paging.ExperimentalPagingApi::class)’Does Koin not support transitive Opt-in annotations? How are other people solving this issue?
Jonathan
06/13/2025, 8:51 PMbind = ...
value to the annotation addresses the error.