The CLDR system already defined LITER_PER_KILOMETER, LITER_PER_100KILOMETERS and MILE_PER_GALLON as Unit<Consumption<Volume>>. This overlaps with the declaration of the quantity FuelConsumption in the energy module. Update the CO2CarDemo accordingly by using the CLDR units if possible.
Should there be a problem with Consumption, we might have to reconsider it and move the FuelConsumption type to systems-quantity so it may be used by CLDR.
The CLDR system already defined
LITER_PER_KILOMETER,LITER_PER_100KILOMETERSandMILE_PER_GALLONasUnit<Consumption<Volume>>. This overlaps with the declaration of the quantityFuelConsumptionin the energy module. Update theCO2CarDemoaccordingly by using the CLDR units if possible.Should there be a problem with
Consumption, we might have to reconsider it and move the FuelConsumption type tosystems-quantityso it may be used by CLDR.