Skip to content

CountryCode update + Kotlin & Compose - #5

Open
GuilhE wants to merge 17 commits into
ParveshSandila:masterfrom
GuilhE:master
Open

GuilhE wants to merge 17 commits into
ParveshSandila:masterfrom
GuilhE:master

Conversation

@GuilhE

@GuilhE GuilhE commented Jul 25, 2023

Copy link
Copy Markdown
Contributor
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