kotlin Reflect
Equivalent to :
"org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
Content copied to clipboard
Where kotlinVersion
is the given by the KotlinVersion aspect (or the default value of MetaBuild.defaultKotlinVersion).
Example usage :
kotlin().apply {
implementation( kotlinReflect() )
}
Content copied to clipboard