This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
twigs
Watch
1
Star
0
Fork
You've already forked twigs
0
Code
Issues
Pull requests
4
Projects
Releases
Packages
1
Wiki
Activity
Actions
ff70db9280
twigs
/
settings.gradle.kts
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Convert code to Kotlin Convert ErrorResponse to Kotlin Convert TwigsServerApplication to Kotlin Convert BudgetController to Kotlin Convert CategoryController to Kotlin Convert UserController to Kotlin Convert TransactionController to Kotlin Convert Budget models to Kotlin Convert Category models to Kotlin Convert PasswordResetRequest models to Kotlin Convert Transaction models to Kotlin Convert user models to Kotlin Convert permission models to Kotlin Conver session models to Kotlin Finish Kotlin conversions Fix more Kotlin conversion issues Remove swagger Use Kotlin DSL for Gradle scripts Signed-off-by: William Brawner <me@wbrawner.com> Resolve some warnings Move source to src/main/kotlin Move source to src/main/kotlin
2021-03-30 01:31:22 +00:00
rootProject.name = "twigs"
WIP: Migrate to Ktor
2021-07-29 16:40:22 +00:00
include("core", "api", "app")
include("storage")
WIP: Finish ktor migration
2021-08-12 21:22:06 +00:00
include("db")
Reference in a new issue
Copy permalink