is it possible to add custom cofigurations that ex...
# multiplatform
n
is it possible to add custom cofigurations that extend implementation or api on multiplatform?
j
I've dug a bit into the Gradle stuff for Kotlin MPP - you might be able to find out what you need from
AbstractKotlinCompilation
and
HasKotlinDependencies
. I think to add custom configurations you might need to override something, but I'm no Gradle build engineer.