:memo: #NotyKT is a complete #Kotlin-stack applica...
# android
s
📝 #NotyKT is a complete #Kotlin-stack application built to demonstrate the use of modern dev tools with best practices of implementation 🔥. Link: https://github.com/PatilShreyas/NotyKT
r
As Ktor is non-blocking and Exposed is based on JDBC (and blocking), shouldn't you use
<http://Dispatchers.IO|Dispatchers.IO>
for all database access?
s
Yeah, need to improve things. Thanks!