// Baseline format: 1.0 AutoBoxing: androidx.paging.PagingState#PagingState(java.util.List>, Integer, androidx.paging.PagingConfig, int) parameter #1: Must avoid boxed primitives (`java.lang.Integer`) AutoBoxing: androidx.paging.PagingState#getAnchorPosition(): Must avoid boxed primitives (`java.lang.Integer`) ExecutorRegistration: androidx.paging.DataSource#addInvalidatedCallback(androidx.paging.DataSource.InvalidatedCallback): Registration methods should have overload that accepts delivery Executor: `addInvalidatedCallback` GetterSetterNames: androidx.paging.LoadState#endOfPaginationReached: Invalid name for boolean property `endOfPaginationReached`. Should start with one of `has`, `can`, `should`, `is`. GetterSetterNames: androidx.paging.PagingSource#invalid: Invalid name for boolean property `invalid`. Should start with one of `has`, `can`, `should`, `is`. GetterSetterNames: androidx.paging.PagingSource#jumpingSupported: Invalid name for boolean property `jumpingSupported`. Should start with one of `has`, `can`, `should`, `is`. GetterSetterNames: androidx.paging.PagingSource#keyReuseSupported: Invalid name for boolean property `keyReuseSupported`. Should start with one of `has`, `can`, `should`, `is`. GetterSetterNames: androidx.paging.PagingSource.LoadParams#placeholdersEnabled: Invalid name for boolean property `placeholdersEnabled`. Should start with one of `has`, `can`, `should`, `is`. GetterSetterNames: androidx.paging.RemoteMediator.MediatorResult.Success#endOfPaginationReached: Invalid name for boolean property `endOfPaginationReached`. Should start with one of `has`, `can`, `should`, `is`. KotlinDefaultParameterOrder: androidx.paging.Pager#Pager(androidx.paging.PagingConfig, Key, androidx.paging.RemoteMediator, kotlin.jvm.functions.Function0>) parameter #1: Parameter `initialKey` has a default value and should come after all parameters without default values (except for a trailing lambda parameter) KotlinDefaultParameterOrder: androidx.paging.PagingDataTransforms#insertFooterItem(androidx.paging.PagingData, androidx.paging.TerminalSeparatorType, T) parameter #1: Parameter `terminalSeparatorType` has a default value and should come after all parameters without default values (except for a trailing lambda parameter) KotlinDefaultParameterOrder: androidx.paging.PagingDataTransforms#insertHeaderItem(androidx.paging.PagingData, androidx.paging.TerminalSeparatorType, T) parameter #1: Parameter `terminalSeparatorType` has a default value and should come after all parameters without default values (except for a trailing lambda parameter) KotlinDefaultParameterOrder: androidx.paging.PagingDataTransforms#insertSeparators(androidx.paging.PagingData, androidx.paging.TerminalSeparatorType, java.util.concurrent.Executor, kotlin.jvm.functions.Function2) parameter #1: Parameter `terminalSeparatorType` has a default value and should come after all parameters without default values (except for a trailing lambda parameter)