It’s not multi module project. I’m applying it right after plugins have been declared e.g
plugins {
id ‘something’
// you know
}
apply plugin: ‘idea’
It’s not multi module project. I’m applying it right after plugins have been declared e.g
plugins {
id ‘something’
// you know
}
apply plugin: ‘idea’