composeIncludeSourceInformationEverywhereByDefault

By default, Compose on android only enables source information in debug variants. This is a bit silly in large projects because we generally make all libraries single-variant as "release", and can result in libraries not having source information. Instead, we rely on R8 to strip out this information in release builds as needed.

See also