Christian Dräger
03/08/2021, 10:16 PMsubprojects {
tasks {
withType<KotlinCompile> {
dependsOn(ktlintFormat)
kotlinOptions {
jvmTarget = "1.8"
apiVersion = "1.5"
languageVersion = "1.5"
freeCompilerArgs = listOf("-Xjsr305=strict")
}
}
when running the app via gradle everything works fine but having intellij showing up errors all the time isn’t nice for the workflow ^^
any hint what could be the problem here?Ivan Kubyshkin [JetBrains]
03/09/2021, 4:16 PMProject Structure | Project Language level
?Ivan Kubyshkin [JetBrains]
03/09/2021, 4:16 PMChristian Dräger
03/10/2021, 1:09 PMChristian Dräger
03/10/2021, 1:12 PMChristian Dräger
03/11/2021, 9:25 AM