John Gainfort
09/23/2020, 6:29 PMUnable to resolve dependency for ':app@debug/compileClasspath': Could not resolve tech.ctawave.cmcd:cmcd-android:0.0.1.
Has anyone run into this? gradle 6.6.1, kt 1.4.10, and I have set
android {
publishAllLibraryVariants()
}
within the library gradle. Any help is appreciated.andylamax
09/23/2020, 6:50 PMJohn Gainfort
09/23/2020, 6:59 PMbuildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), '<http://proguard-rules.pro|proguard-rules.pro>'
}
debug {}
}
within the build.gradleandylamax
09/23/2020, 8:54 PMJohn Gainfort
09/23/2020, 8:56 PM