Hello, I'm writing a gradle task in my projects `b...
# android
k
Hello, I'm writing a gradle task in my projects
buildSrc
dir. However some kotlin features are not available. For example.
Map
is only able to
get(index: Int)
there is no option to get by key. Why is this happening in buildSrc?