Improve Kover setup by using only convention plugins (#6213)
* Improve Kover setup using convention plugins. * Add a new JVM library convention plugin with Kover support
This commit is contained in:
parent
3814085837
commit
949a12f3d2
11 changed files with 92 additions and 80 deletions
|
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
import extension.androidConfig
|
||||
import extension.commonDependencies
|
||||
import extension.setupKover
|
||||
import org.gradle.accessors.dm.LibrariesForLibs
|
||||
|
||||
val libs = the<LibrariesForLibs>()
|
||||
|
|
@ -33,6 +34,8 @@ kotlin {
|
|||
}
|
||||
}
|
||||
|
||||
setupKover()
|
||||
|
||||
dependencies {
|
||||
commonDependencies(libs)
|
||||
coreLibraryDesugaring(libs.android.desugar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue