
Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
jcenter()
|
|
}
|