This website requires JavaScript.
Explore
Help
Sign In
MyoaEngineering
/
kotlin-multiproject-boilerplate
Watch
1
Star
0
Fork
You've already forked kotlin-multiproject-boilerplate
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
17172dab6c
kotlin-multiproject-boilerp...
/
settings.gradle.kts
5 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[NO-ISSUE] Initialize
2022-09-21 12:04:29 +00:00
rootProject.name = "adp-adserver"
include("api")
include("support")
[NO-ISSUE] Initialize multi-module project
2022-09-21 12:21:48 +00:00
include("domain")