blob: cc6e73ffd4be3426b5a15b84a4b21e9c766d97b9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0-alpha10" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha10)" variant="all" version="8.3.0-alpha10">
<issue
id="PrimitiveInCollection"
message="variable themeMap with type Map&lt;String, ? extends Float>: replace with ObjectFloatMap"
errorLine1=" val themeMap = themeString.substring(1, themeString.length - 1)"
errorLine2=" ^">
<location
file="src/main/java/androidx/compose/material3/catalog/library/data/UserPreferencesRepository.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="return type Map&lt;String, Float> of toMap: replace with ObjectFloatMap"
errorLine1=" fun toMap() = mapOf("
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/compose/material3/catalog/library/model/Themes.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="constructor Theme has parameter map with type Map&lt;String, Float>: replace with ObjectFloatMap"
errorLine1=" constructor(map: Map&lt;String, Float>) : this("
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/material3/catalog/library/model/Themes.kt"/>
</issue>
</issues>