Try splitting messages into api and impl modules
This commit is contained in:
parent
bc14afe05d
commit
43b304e523
115 changed files with 130 additions and 50 deletions
|
|
@ -1,6 +1,12 @@
|
|||
import kotlinx.kover.api.KoverTaskExtension
|
||||
import org.jetbrains.kotlin.cli.common.toBooleanLenient
|
||||
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Copyright (c) 2022 New Vector Ltd
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue