Annotate multi-source factories

Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
This commit is contained in:
arkon
2020-06-25 19:04:05 -04:00
parent 7e2e2f39fe
commit 4079830822
23 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,6 @@
object Deps {
object kotlin {
const val version = "1.3.72"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version"
}
}