Fix serialization in MM demo

This commit is contained in:
Alexander Nozik 2020-11-21 11:21:27 +03:00
parent e44096e844
commit a44e8091c8

View File

@ -10,6 +10,7 @@ group = "ru.mipt.npm"
val ktorVersion: String by rootProject.extra
kscience {
useSerialization()
application()
}