[Gradle] Mark dependencies coming from nativeDistribution
KT-55189
This commit is contained in:
committed by
Space Team
parent
45ebbede2f
commit
e002bbe906
-1
@@ -20,7 +20,6 @@ operator fun <T : Any> Extras.Key<T>.getValue(receiver: HasExtras, property: KPr
|
||||
return receiver.extras[this]
|
||||
}
|
||||
|
||||
|
||||
operator fun <T : Any> Extras.Key<T>.setValue(receiver: HasMutableExtras, property: KProperty<*>, value: T?) {
|
||||
if (value == null) {
|
||||
receiver.extras.remove(this)
|
||||
|
||||
Reference in New Issue
Block a user