kenkyee
10/25/2020, 11:47 PMkenkyee
10/25/2020, 11:57 PMkenkyee
10/25/2020, 11:57 PMTobi
10/26/2020, 7:32 AMimplementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.10")
because it is automatically added by the kotlin-gradle-plugin
.Tobi
10/26/2020, 7:34 AMkotlin-dsl
is a short-form - please look up the sources. it might introduce a different version as the implementation dependencies listed below.
in general: the buildSrc
folder and other modules in your project cannot have different kotlin versions. please verify this.msink
10/26/2020, 10:15 AMkenkyee
10/28/2020, 1:23 AM