conner
08/28/2018, 1:30 PMerror: unresolved reference: !
if (!isValid(address))
error: type mismatch: inferred type is kotlin.String but java.lang.String was expected
return "Not a valid address"
is there some flag I'm missing / is there a "user's guide" for integrating kotlin with a build tool?