We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaf70d commit fda9decCopy full SHA for fda9dec
1 file changed
compose/ui/ui/build.gradle
@@ -213,8 +213,7 @@ androidXMultiplatform {
213
// because this module supports all KMP platforms from the beginning.
214
// Project dependency (commented out version) is required for `integration` branch setup
215
// implementation(project(":navigationevent:navigationevent"))
216
- def navigationEventVersion = project.findProperty('artifactRedirection.version.androidx.navigationevent')
217
- implementation("androidx.navigationevent:navigationevent:$navigationEventVersion")
+ implementation("androidx.navigationevent:navigationevent:1.0.1")
218
}
219
220
0 commit comments