mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Separate plugins for different Gradle APIs
This commit is contained in:
9
plugin/common/build.gradle.kts
Normal file
9
plugin/common/build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
`gradle-kotlin-conventions`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.gradle.api.get69())
|
||||
api(project(":model"))
|
||||
implementation(libs.serialization.json)
|
||||
}
|
||||
Reference in New Issue
Block a user