more annotations to god of annotations

This commit is contained in:
2020-10-15 00:26:37 +06:00
parent f44174b5b3
commit f8a8808508
53 changed files with 227 additions and 10 deletions

View File

@@ -13,7 +13,11 @@ repositories {
kotlin {
jvm()
js (BOTH) {
browser()
browser {
dceTask {
dceOptions.devMode = true
}
}
nodejs()
}