- subprojects/network-either/common/main/kotlin/com/javiersc/network/either/ktor/_internal/HttpStatusCodeExtensions.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either.ktor._internal
2
3 import io.ktor.http.Headers
4 import io.ktor.http.HttpStatusCode
- subprojects/network-either/common/main/kotlin/com/javiersc/network/either/ktor/_internal/NetworkEitherFailureOutgoings.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either.ktor._internal
2
3 import io.ktor.http.ContentType
4 import io.ktor.http.Headers
- subprojects/network-either/common/main/kotlin/com/javiersc/network/either/ktor/_internal/PipelineContextExtensions.kt:3:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 @file:Suppress("MagicNumber")
2
3 package com.javiersc.network.either.ktor._internal
4
5 import com.javiersc.kotlin.stdlib.secondOrNull
6 import com.javiersc.network.either.NetworkEither
- subprojects/network-either/common/main/kotlin/com/javiersc/network/either/ktor/_internal/fakeFailureHttpClientCall.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either.ktor._internal
2
3 import io.ktor.client.HttpClient
4 import io.ktor.client.call.HttpClientCall
- subprojects/network-either/common/main/kotlin/com/javiersc/network/either/ktor/_internal/interceptBeforeTransformAndReplaceContainerWithNetowrkEitherType.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either.ktor._internal
2
3 import com.javiersc.network.either.NetworkEither
4 import com.javiersc.network.either.NetworkEither.Companion.localFailure
- subprojects/network-either/common/main/kotlin/com/javiersc/network/either/ktor/_internal/interceptExceptionsAndReplaceWithNetworkEitherFailures.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either.ktor._internal
2
3 import io.ktor.client.HttpClient
4 import io.ktor.client.request.HttpSendPipeline
- subprojects/network-either/common/main/kotlin/com/javiersc/network/either/ktor/_internal/interceptResponsesAndReplaceWithNetworkEither.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either.ktor._internal
2
3 import com.javiersc.network.either.NetworkEither
4 import com.javiersc.network.either.NetworkEither.Companion.httpFailure
- subprojects/network-either/common/test/kotlin/com/javiersc/network/either/_config/fakes/CodeArb.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config.fakes
2
3 import io.kotest.property.Arb
4 import io.kotest.property.arbitrary.filter
- subprojects/network-either/common/test/kotlin/com/javiersc/network/either/_config/fakes/Headers.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config.fakes
2
3 import com.javiersc.network.either.Headers
4 import com.javiersc.network.either._config.readResource
- subprojects/network-either/common/test/kotlin/com/javiersc/network/either/_config/fakes/Json.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config.fakes
2
3 import kotlinx.serialization.json.Json
4
- subprojects/network-either/common/test/kotlin/com/javiersc/network/either/_config/fileSystem.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config
2
3 import okio.FileSystem
4
- subprojects/network-either/common/test/kotlin/com/javiersc/network/either/_config/models/DogDTO.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config.models
2
3 import kotlinx.serialization.Serializable
4
- subprojects/network-either/common/test/kotlin/com/javiersc/network/either/_config/models/ErrorDTO.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config.models
2
3 import kotlinx.serialization.Serializable
4
- subprojects/network-either/common/test/kotlin/com/javiersc/network/either/_config/readResource.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config
2
3 import okio.Path
4 import okio.Path.Companion.toPath
- subprojects/network-either/jvm/test/kotlin/com/javiersc/network/either/_config/DogService.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config
2
3 import com.jakewharton.retrofit2.converter.kotlinx.serialization.asConverterFactory
4 import com.javiersc.network.either.NetworkEither
- subprojects/network-either/jvm/test/kotlin/com/javiersc/network/either/_config/MockResponseUtil.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config
2
3 import com.javiersc.network.either.Headers
4 import org.mockserver.model.HttpResponse
- subprojects/network-either/jvm/test/kotlin/com/javiersc/network/either/_config/fileSystem.jvm.kt:1:1Package name should match the pattern: [a-z]+(\.[a-z][A-Za-z0-9]*)*
1 package com.javiersc.network.either._config
2
3 import okio.FileSystem
4