jcraane / kmm-images

Gradle plugin for using images in all targets in a Kotlin multiplatform project
Apache License 2.0
30 stars 6 forks source link

Add image interface #25

Open lammertw opened 11 months ago

lammertw commented 11 months ago

Optionally lets the images implement an interface.

I need this for a project in which I generate the images into a library that's used in multiple apps and need to reference things by interface. Shouldn't affect existing projects since it's optional.

lammertw commented 10 months ago

@jcraane please have a look