When i build my current Android application the build logs include this message
`
warning: The following options were not recognized by any processor: ‘[room.internal.schemaInput, room.internal.schemaOutput, kapt.kotlin.generated]’
`
however i cannot see where these options are being set and or used.
do i need to be concerned about them?
my application has multiple modules and the one in question that generates this warning has both room and object box database entities, could that be the issue?
searching my application files i can find no mention of these options. what is setting them?