AndroidPoet / CountryPicker

🌍 A lightweight, customizable Country Picker component for Compose Multiplatform applications
Apache License 2.0
24 stars 1 forks source link

Module Annotation Warning #2

Closed pcox3 closed 2 months ago

pcox3 commented 2 months ago

From

dependencies {
    implementation("io.github.androidpoet.countrypicker:0.1.1")
}

TO

[Version]
countrycode-picker = "0.1.1"

[libraries]
countrycode-picker = {module = "io.github.androidpoet:countrypicker", version.ref = "countrycode-picker"}

[dependencies]
implementation(libs.countrycode.picker)
AndroidPoet commented 2 months ago

This is a personal preference of the user and is unrelated to the project.