Owen
02/16/2024, 4:32 PMSamuel Bichsel
03/05/2024, 1:06 PMAndroid Studio Iguana | 2023.2.1
and several KMP projects won't build anymore 🙈Samuel Bichsel
03/05/2024, 1:11 PMSamuel Bichsel
03/05/2024, 1:25 PMSomesh Kumar
03/05/2024, 8:23 PMAkram Raza
03/06/2024, 12:13 PMEnol Simón
03/11/2024, 1:06 AMSamuel Bichsel
03/11/2024, 8:20 AMErik
03/11/2024, 2:21 PM./gradlew clean build
from CLI (something about > Invocation of 'Task.project' by task ':shared:linkDebugFrameworkIosArm64' at execution time is unsupported.
), but that was solved after I upgraded Kotlin from 1.9.20
to 1.9.23
.Somesh Kumar
03/18/2024, 3:09 PMtestClasses()
inside kotlin { }
block of shared modules build.gradle solves the issue for me.Mofe Ejegi
04/04/2024, 11:57 AMtestClasses
issue for a while and I can see it has something to do with AS Iguana.
The workaround does work, though I fear it may affect other things down the line.
For example, I used resValue
in my gradle file to access different strings in the manifest based on the variant.
That stopped working for the processDebugAndroidTestResources
task. It could be unrelated though.
Here are some google issues tracking this:
https://issuetracker.google.com/issues/315023802
https://issuetracker.google.com/issues/328871352Tom Rutchik
05/02/2024, 5:16 PMEdvin Burman
07/01/2024, 12:09 PMMofe Ejegi
07/01/2024, 12:11 PMSomesh Kumar
07/01/2024, 12:11 PMEdvin Burman
07/01/2024, 12:55 PM