Javier
08/26/2020, 7:06 PMDavide Giuseppe Farella
08/26/2020, 10:18 PMJavier
08/26/2020, 10:26 PMDavide Giuseppe Farella
08/26/2020, 10:32 PMJavier
08/26/2020, 11:10 PMromainguy
08/26/2020, 11:11 PMyou cannot use 1.4 for build files/buildSrc, etc...
because Gradle uses 1.3.72 for KTS and this is part of the parent classloader so you cannot override it
Javier
08/26/2020, 11:11 PMromainguy
08/26/2020, 11:12 PMJavier
08/26/2020, 11:13 PMkotlin-dsl
is going to use 1.4 soon?Davide Giuseppe Farella
08/27/2020, 6:53 AMbuildSrc
anyway, but composite buildkotlin-dsl
ofcJavier
08/29/2020, 8:35 AMdependencies { implementation(agp) }
Davide Giuseppe Farella
08/29/2020, 9:23 AMJavier
08/29/2020, 9:25 AMDavide Giuseppe Farella
08/29/2020, 9:46 AMid(com.android.application) version ...
it tells me that a version is already defined, even it that’s not true 😄
Anyway I see the problem in Gradle 6.6-rc. But new AGP requires it and new AS requires new AGPJavier
08/29/2020, 9:58 AMDavide Giuseppe Farella
08/29/2020, 10:06 AM