william
kotlin.Result
kotlin { targets.all { compilations.all { kotlinOptions { freeCompilerArgs = freeCompilerArgs + "-Xallow-result-return-type" } } } }
A modern programming language that makes developers happier.