Igor Wojda

Results 68 comments of Igor Wojda

I was able to deep dive into this. I have created a simple script that verifies the JVM target of a few mockk artifacts (others need to be checked as...

@deepakkumar-mahindra you are using JUnit4. I am already using an equivalent Extension for JUnit5 and I am experiencing this the issue: https://github.com/igorwojda/android-showcase/blob/main/library_test_utils/src/main/kotlin/com/igorwojda/showcase/library/testutils/CoroutinesTestDispatcherExtension.kt

May be also related to https://github.com/spring-projects/spring-data-jpa/issues/2840

@awawa-dev Images in first table can be trimmed to remove transparent padding. (I don't want to swap these in the repo as I am not sure how images are stored...

Detekt `1.0.0` still has `NoWildcardImports` rule, but we can define exceptions in another rule ``` WildcardImport: active: true excludes: "**/test/**,**/androidTest/**,**/*.Test.kt,**/*.Spec.kt,**/*.Spek.kt" excludeImports: 'java.util.*,kotlinx.android.synthetic.*' ```

Same issue here - It would be good to have a way to exclude certain deps from compiler checks

AS 3.3 Spek Version: 0.5.5-studio3.0 Spek Framework Version: 2.0.0-rc.1.170+fe27af0-Studio3.3 ``` java.lang.NoClassDefFoundError: org/jetbrains/spek/studio/SpekAndroidRunConfiguration at org.jetbrains.spek.studio.SpekAndroidConfigurationFactory.createTemplateConfiguration(SpekAndroidConfigurationFactory.kt:15) at com.intellij.execution.actions.RunConfigurationProducer.createLightConfiguration(RunConfigurationProducer.java:241) at com.intellij.execution.lineMarker.ExecutorAction$Companion.computeConfigurations(ExecutorAction.kt:61) at com.intellij.execution.lineMarker.ExecutorAction$Companion.getConfigurations(ExecutorAction.kt:46) at com.intellij.execution.lineMarker.ExecutorAction$Companion.access$getConfigurations(ExecutorAction.kt:31) at com.intellij.execution.lineMarker.ExecutorAction.getActionName(ExecutorAction.kt:94) at com.intellij.execution.lineMarker.ExecutorAction.update(ExecutorAction.kt:71) at com.intellij.execution.lineMarker.LineMarkerActionWrapper.update(LineMarkerActionWrapper.java:84) at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:171)...