
Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
plugins {
|
|
id("kotlin")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(Deps.kotlin.stdlib)
|
|
}
|