https://kotlinlang.org logo
#android
Title
# android
s

Shreyas Patil

10/29/2020, 12:52 PM
📝 #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

Robert Jaros

10/29/2020, 1:03 PM
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

Shreyas Patil

10/31/2020, 2:36 PM
Yeah, need to improve things. Thanks!
8 Views