Chris Sinco [G]
10/31/2022, 10:07 PMColton Idle
11/01/2022, 8:21 PMChris Sinco [G]
11/01/2022, 9:06 PMChris Sinco [G]
11/01/2022, 9:39 PMdewildte
11/01/2022, 11:39 PMdewildte
11/01/2022, 11:41 PMChris Sinco [G]
11/01/2022, 11:58 PMdewildte
11/02/2022, 12:05 AMUnable to find method ''com.android.build.api.variant.SourceDirectories com.android.build.api.variant.Sources.getJava()''
'com.android.build.api.variant.SourceDirectories com.android.build.api.variant.Sources.getJava()'
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
Got thisdewildte
11/02/2022, 12:05 AMdewildte
11/02/2022, 12:06 AMChris Sinco [G]
11/02/2022, 12:07 AMdewildte
11/02/2022, 12:27 AMChris Sinco [G]
11/07/2022, 8:02 PMKris Giesing
11/07/2022, 10:03 PMKris Giesing
11/07/2022, 10:35 PMKris Giesing
11/07/2022, 10:36 PMdewildte
11/07/2022, 10:42 PMdewildte
11/07/2022, 10:42 PMdewildte
11/07/2022, 10:43 PMKris Giesing
11/07/2022, 11:14 PMKris Giesing
11/07/2022, 11:17 PMclasspath
. We no longer include those instructions because the plugins
block approach is quite a bit simpler and seems to be the recommended pattern going forwarddewildte
11/08/2022, 2:01 PMdewildte
11/08/2022, 2:03 PMdewildte
11/08/2022, 2:07 PMKris Giesing
11/08/2022, 11:14 PMdewildte
11/08/2022, 11:56 PMdewildte
11/09/2022, 12:12 AMWhat did you change to get things to build?Instead of:
id("com.google.relay") version "0.3.00"
I did: id("com.google.relay") version "0.3.00" apply false
dewildte
11/09/2022, 12:12 AMdewildte
11/09/2022, 1:26 AMdewildte
11/09/2022, 1:39 AMdewildte
11/09/2022, 1:41 AMimport androidx.compose.material.*
when my project uses:
import androidx.compose.material3.*
only.Kris Giesing
11/09/2022, 7:32 AMdewildte
11/09/2022, 5:09 PMdewildte
11/09/2022, 5:10 PMKris Giesing
11/10/2022, 10:57 PMKris Giesing
11/10/2022, 10:58 PMdewildte
11/10/2022, 10:58 PMdewildte
11/10/2022, 10:59 PMdewildte
11/10/2022, 11:00 PM@Composables
though.
Mainly times when I need to modify them to do things like animate.dewildte
11/10/2022, 11:00 PMdewildte
11/10/2022, 11:01 PM