naitbit
07/06/2020, 5:24 PMA problem occurred configuring project ':app'.
> In non-Android projects, Kotlin compilation should not be null
AFAIK it comes from Kapt It seems to come from Kapt https://jar-download.com/artifacts/org.jetbrains.kotlin/kotlin-gradle-plugin/1.2.71/source-code/org/jetbrains/kotlin/gradle/internal/kapt/Kapt3KotlinGradleSubplugin.kt
but I don't know why (and why it is the problem only in EAP)Alexey Belkov [JB]
07/07/2020, 10:43 AMAlexey Belkov [JB]
07/13/2020, 9:14 AMbuildscript { dependencies { .. } }
. Does it help?naitbit
07/13/2020, 10:04 AMNick
07/23/2020, 2:27 PMNick
07/23/2020, 2:42 PMplugins {
id("io.gitlab.arturbosch.detekt").version("1.10.0")
}
from my module fixes the issue, but in a test project with detekt added, I can’t repro it 🤷Alexey Belkov [JB]
07/23/2020, 3:34 PMNick
07/23/2020, 6:06 PM