AChep/literaryclock

View on GitHub
buildSrc/src/main/kotlin/DependencyFactory.kt

Summary

Maintainability
C
1 day
Test Coverage

Method createDependencies has 230 lines of code (exceeds 25 allowed). Consider refactoring.
Open

fun createDependencies(module: Module): List<Dependency> {
    val kotlinStdlib = Dependency(
        "Kotlin StdLib",
        KOTLIN_VERSION,
        "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION",
Severity: Major
Found in buildSrc/src/main/kotlin/DependencyFactory.kt - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status