Is it possible to remove the `src` sourceset. I tr...
# gradle
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