add and web target

This commit is contained in:
2021-03-01 22:42:15 +06:00
parent 741ee98e35
commit aa1756724a
5 changed files with 124 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ rootProject.name = 'kmppscriptbuilder'
String[] includes = [
":core",
":desktop"
":desktop",
":web"
]