Hello, getting this exception just now on `Gradle ...
# gradle
d
Hello, getting this exception just now on
Gradle [6.7.1-all] -> [6.8-rc-1-all]
( Kotlin multiplatform )
A problem occurred configuring project ‘:database’.
> Configuration with name ‘testApi’ not found.
* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ‘:database’.
at …
Any clue?
👀 1
v
Please do not crop the error
d
here it is
d
Thank you, I’ll keep an eye
👍 1
r
The same issue
😕 1
k
Use testImplementation. testApi made no sense so it was removed.
v
The question is whether he used it, or whether some plugin he uses used it. And besides that, this is a breaking change, so shouldn't be in a minor version of Gradle.
👍 1
@kenkyee can you tell who removed it? Gradle core never had
testApi
according to Gradle engineers.
j
@Vampire I think it is caused by AGP 7.0.0-alpha03
In alpha versions they can add breaking changes
And it will be a breaking change from 4.2 stable to 7.0 when it reaches the stable state
☝️ 1
v
Yeah, sure, I thought you mean in Gradle 6.8 and there it would have been a bug, as OP just said he updated Gradle, not AGP.
👍 1