Anyone facing this error when updating multiplatform project to:
Android Studio Artic Fox | 2020.3.1 Canary 3
Gradle version: gradle-6.8-rc-4-bin.zip
Gradle plugin: 7.0.0-alpha03
Copy code
A problem occurred configuring project ':shared'.
> Configuration with name 'testApi' not found.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':shared'.
at..........
Jeff
12/23/2020, 10:32 AM
Thanks a lot man
👍 3
Jeff
12/23/2020, 10:47 AM
I have an issue where my gradle files cannot access functions and variables in my buildSrc. Might you know what I'm missing?