Matiasdelbel
06/24/2020, 3:03 PMsrc/main
folder inside the buildSrc
folder... Is there a way I can access to the files inside src/main
from the build.gradle.kts
file?louiscad
06/24/2020, 3:11 PMbuild.gradle.kts
file of the buildSrc
itself.Matiasdelbel
06/24/2020, 3:15 PMbuild.gradle.kts
file of the buildSrc
... So, there isn't a way to access to the src
content from that file 👎 😢louiscad
06/24/2020, 3:16 PMbuild.gradle.kts
of the buildSrc defines how the files in buildSrc will be treated, so that's expectable.Matiasdelbel
06/24/2020, 3:20 PMbuild.gradle.kts
, and I thought I could do it this waylouiscad
06/24/2020, 3:21 PMMatiasdelbel
06/24/2020, 3:25 PMsrc/main
on the buildSrc
of the same project. But I can't find the way to do the same with the dependencies...louiscad
06/24/2020, 3:26 PMMatiasdelbel
06/24/2020, 3:33 PMimplementation("com.google.dagger:hilt-android-gradle-plugin:2.28-alpha")
When a stable version of hilt is been released, I only want to change a single filelouiscad
06/24/2020, 3:36 PMMatiasdelbel
06/24/2020, 3:45 PMbuild.gradle.kts
?louiscad
06/24/2020, 3:47 PMMatiasdelbel
06/24/2020, 3:51 PMlouiscad
06/24/2020, 3:52 PMMatiasdelbel
06/29/2020, 12:32 PM