William Reed
09/16/2021, 8:28 PM./gradlew wrapper --gradle-version 7.0.2
) and my kotlin gradle scripts show many errors saying something similar to
Cannot access 'kotlin.collections.Collection' which is a supertype of 'org.gradle.api.artifacts.dsl.RepositoryHandler'. Check your module classpath for missing or conflicting dependencies
i don’t see any reason this should happen based on the gradle 7 docs. any ideas?Emil Kantis
09/16/2021, 8:49 PM./gradlew clean build --no-build-cache
work?William Reed
09/16/2021, 8:59 PMEmil Kantis
09/16/2021, 9:09 PMkevindmoore
09/16/2021, 9:50 PMWilliam Reed
09/17/2021, 12:57 PMWilliam Reed
09/17/2021, 3:23 PMWilliam Reed
09/17/2021, 6:47 PMtheapache64
10/01/2021, 9:59 PMsudo rm -R ~/Library/Caches/Google/AndroidStudio2020.3
William Reed
10/04/2021, 1:06 PM