I want to make a kotlin compiler plugin that includes a library that can be used, but said library will need to depend on a cinterop file. How would I configure gradle/knative to set up the cinterop def file properly for the user, given that I can't run the gradle tasks in the library?