Skip to content

Conversation

@GuilhE
Copy link
Contributor

@GuilhE GuilhE commented Jul 25, 2023

sealed class CountryData(
    val countryNameResId: Int,
    val flagResId: Int,
    val countryCode: String,
    val iso2Code: String,
    val iso3Code: String
) {

   val countryCodeWithPrefix: String = "+$countryCode"
    ...
}

#4 (comment)

Plus, compose, kotlin, gradle, targetSdk update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant