Use default methods for easier maintenance.

This commit is contained in:
akwizgran
2019-05-31 14:16:50 +01:00
parent 100e17b242
commit d964f06de1
25 changed files with 87 additions and 158 deletions

View File

@@ -24,6 +24,7 @@ import javax.inject.Singleton
)
@Singleton
internal interface BriarHeadlessTestApp : BrambleCoreEagerSingletons, BriarCoreEagerSingletons {
fun getRouter(): Router
fun getCryptoComponent(): CryptoComponent