nininea

Results 4 comments of nininea

same issue : > ` id("org.jlleitschuh.gradle.ktlint") version "12.0.2"}` >kotlin_version = "1.8.21" `* What went wrong: Execution failed for task ':loadKtlintReporters'. > Could not resolve all files for configuration ':ktlintReporter'. >...

> > same issue : > > > ` id("org.jlleitschuh.gradle.ktlint") version "12.0.2"}` > > > kotlin_version = "1.8.21" > > > > > > `* What went wrong: Execution failed...

have the same issue on junit 4.13.2 ` import io.mockk.MockKAnnotations import io.mockk.every import io.mockk.impl.annotations.MockK import kotlinx.coroutines.test.runTest import org.junit.Assert import org.junit.Before import org.junit.Test class tests { @MockK(relaxed = true) lateinit var...