KotlinLeaner
12/18/2022, 12:00 PMdef composeBom = platform "androidx.compose:compose-bom:$compose_bom"
implementation composeBom
androidTestImplementation composeBom
I see in the gradle doc. Use of platform
is used in transitive version. So what the connection of platform
with BOM? Any guidance will be great..KotlinLeaner
12/18/2022, 12:01 PM