Include WheelPicker in your project
mainAdd the WheelPicker dependency to your build.gradle file.
Important: Since version 1.2.2, internal dependencies are marked as compileOnly. You must manually add the following dependencies to your project to avoid runtime exceptions:
// Core Dependencies
implementation 'dev.aige.pub:WheelPicker:1.2.3'
implementation("org.jetbrains.kotlin:kotlin-stdlib:<version>")
implementation("androidx.appcompat:appcompat:<version>")
implementation("com.google.code.gson:gson:<version>")
// Compose Support (Optional)
implementation(platform("androidx.compose:compose-bom:<version>"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.runtime:runtime")