How come Clojure didn't adopt the Kawa colon-syntax when calling out to Java?

Warning: Syntax rant.

I don’t find Clojure’s (.method obj) and (.-field obj) syntax very pleasing. Is there any compelling reason that Kawa’s syntax (obj:method) and (obj:field) Java interop wasn’t adopted?