Just updated to Arctic Fox Canary 3 (I am using Co...
# android
t
Just updated to Arctic Fox Canary 3 (I am using Compose, so have to use this one), which updated AGP to 7.0.0 alpha03. It now fails when trying to build my KMP module with:
Configuration with name ‘testApi’ not found.
Anybody else see this?
7
I am not using any api declarations, only implementation.
call stack
i
If you have a sample project that reproduces this, I'd suggest attaching it to the existing issue for this: https://issuetracker.google.com/issues/175496966
👍 1
t
The only project I have is my production app. 😕
But thank you for the link. Will keep an eye on it. Rolling back to Canary 2 now..
r
image.png
m
Yep, I have this problem as well using the ‘PeopleInSpace’ repo. I’m also rolling back to Canary 2, because I’ll use that repo in a Kotlin Native / Multiplatform workshop with ~20 people.
Or maybe going back to 4.2 even - let’s see
t
Note 4.2 will not support Compose if you are using that for UI. It may build, but none of the UI tooling will work.
👍 3
m
Noted! I decided to go with Arctic Fox Canary 2 - that way people can still play with compose 👍
a
t
Has anybody tried the workaround that was added to the youtrack issue above? Did it work?
To answer myself, I did as suggested in the issue, and it is has been working fine for me…