Hey guys quick question. I'm separated my gradle d...
# gradle
r
Hey guys quick question. I'm separated my gradle dependencies into a kotlin file using buildSrc and kotlin plugin. It works fine. Downloads the dependencies properly and everything. But once I invalidate caches, it no longer works. Is there something I'm missing?
g
What is not work? IDE integration or Gradle build? And what kind cache?
r
So I wanted to separate my gradle dependencies into a seperate Kotlin object…. I created the buildSrc dir, created build.gradle.kts file inside the buildSrc dir and added the Kotlin plugin. it downloaded the dependencies as normal.And worked perfectly fine. but if I invalidate Caches and Restart the IDE, it breaks, and I can’t rebuild the project