notcompute/buildSrc/build.gradle.kts

12 lines
234 B
Plaintext
Raw Permalink Normal View History

plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
2023-08-03 15:41:57 -04:00
// todo look into how to get this to follow the version in properties
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
}