mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 13:17:02 +05:30
buildSrc: move plugin dependencies to Dependencies.kt
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
2a4c58a680
commit
df1db3d0ff
5 changed files with 36 additions and 41 deletions
|
@ -1,18 +1,3 @@
|
|||
buildscript {
|
||||
apply(from = "buildSrc/buildDependencies.gradle")
|
||||
val build: Map<Any, Any> by extra
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath(build.getValue("androidGradlePlugin"))
|
||||
classpath(build.getValue("daggerGradlePlugin"))
|
||||
classpath(build.getValue("kotlinGradlePlugin"))
|
||||
classpath(build.getValue("sqldelightGradlePlugin"))
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.36.0"
|
||||
`lobsters-plugin`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue