`KotlinCompilationWithResources` is deprecated in ...
# eap
z
KotlinCompilationWithResources
is deprecated in 1.8.20-Beta, but there is no replacement API for retrieving the
ProcessResources
task. Should I file a feature request, or is the expectation that this marker interface will go away but its current subtypes (
KotlinJvmCompilation
and
KotlinWithJavaCompilation
) will still expose
processResourcesTaskName
?
CC @tapchicoma
t
cc @Sebastian Sellmair [JB]
s
Hey Zac, let's connect on Thursday directly as I am on vacation until then. I would be interested in your use case.
z
@Sebastian Sellmair [JB] still want to talk?
s
Yes, we will go forward with the deprecation, but won’t remove the interface until all known use-cases have an alternative 👍
z
Is there an alternative to the above case?