[Commonizer] Minor. Rename: 'dependee' -> 'dependency'

This commit is contained in:
Dmitriy Dolovov
2021-02-16 13:05:25 +03:00
parent ec7e411d80
commit 45b17120ad
16 changed files with 57 additions and 57 deletions
@@ -0,0 +1,6 @@
// this is to avoid missing Kotlin/Native stdlib
package kotlinx.cinterop
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
@Retention(AnnotationRetention.BINARY)
annotation class ObjCMethod() // fake annotation class without properties