Multisrc bugfix and genkan refactor (#5707)

* themesource bugfix, refactor genkan

* revert 3da46570aa
This commit is contained in:
Aria Moradi
2021-02-08 13:37:48 -08:00
committed by GitHub
parent f1a7a5aac2
commit 0ce4416f09
11 changed files with 57 additions and 31 deletions

View File

@ -0,0 +1,7 @@
plugins {
id("kotlin")
}
dependencies {
compileOnly(Deps.kotlin.stdlib)
}