ContentRepo now implements crud repo interface

This commit is contained in:
InsanusMokrassar 2020-11-27 14:46:53 +06:00
parent 4986bed5bc
commit 2b5a6e2216
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
package dev.inmo.postssystem.core.content.api
interface ContentRepo : ReadContentRepo, WriteContentRepo
interface ContentRepo : ReadContentRepo, WriteContentRepo, StandardCRUDRepo<RegisteredContent, ContentId, Content>

View File

@ -8,7 +8,7 @@ android.enableJetifier=true
org.gradle.jvmargs=-Xmx2048m
kotlin_version=1.4.20
kotlin_coroutines_version=1.4.1
kotlin_coroutines_version=1.4.2
kotlin_serialisation_core_version=1.0.1
kotlin_exposed_version=0.28.1
@ -19,7 +19,7 @@ uuidVersion=0.2.3
exposed_version=0.28.1
test_sqlite_version=3.32.3.2
microutils_version=0.4.6
microutils_version=0.4.7
javax_activation_version=1.1.1