diesieben07
@OptIn
kotlin { targets.all { compilations.all { kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn" } } }
tim
Alexey Belkov [JB]
A modern programming language that makes developers happier.