RI
application {
applicationName = "agent"
mainClassName = "com.company.Main"
applicationDistribution
.from(tasks.getByPath(":agent-docs:docs"))
.into("docs")
}
Size: a a a
RI
application {
applicationName = "agent"
mainClassName = "com.company.Main"
applicationDistribution
.from(tasks.getByPath(":agent-docs:docs"))
.into("docs")
}
RI
AO
IP
private fun <T: Comparable<T>> classifyValue(value: String, conditionalType: String): T {
return when(conditionalType) {
"Int" -> value.toInt()
"String" -> value
else -> throw IllegalStateException("Unsupported conditional type")
}
}
AT
private fun <T: Comparable<T>> classifyValue(value: String, conditionalType: String): T {
return when(conditionalType) {
"Int" -> value.toInt()
"String" -> value
else -> throw IllegalStateException("Unsupported conditional type")
}
}
MK
IP
MK
AT
IP
VP
AT
IP
AL
VP
AT
VP
BlaBlaUtils
и всё в таком духеBV
AT
AL