blob: 9d020a461b9ecd7af41accd202a589c57dc4b36a [file]
plugins {
kotlin("jvm")
}
repositories {
mavenCentral()
}
dependencies {
implementation(project(":annotations"))
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.5")
}