what would be the kotlin equivalent of doing this:...
# gradle
b
what would be the kotlin equivalent of doing this:
Copy code
sourceSets.main.something = "sometext"
?