Is it possible to remove the `src` sourceset. I tried doing ```sourceSets { remove(sourceSets.ge...
t
Is it possible to remove the
src
sourceset. I tried doing
Copy code
sourceSets {
    remove(sourceSets.getByName("main"))
}
With no luck
not kotlin but kotlin colored 1