martmists
05/23/2024, 7:16 AMidea {
module {
downloadSources = true
downloadJavadoc = true
}
}
On Kotlin DSL I get [INVISIBLE_MEMBER] Cannot access 'downloadSources': it is private in 'IdeaModule'
and the same for downloadJavadocAdam S
05/23/2024, 7:21 AMVampire
05/23/2024, 9:22 AMisDownloadSources = true
isDownloadJavadoc = true
Adam S
05/31/2024, 7:29 AM