Closed 05nelsonm closed 1 year ago
When running ./gradlew build -PKMP_TARGETS="JVM", the :gradle-plugin module fails to build b/c the publication tasks are not present.
./gradlew build -PKMP_TARGETS="JVM"
:gradle-plugin
This also effects the test gradle files, which should utilize kmp-configuration gradle plugin as well.
kmp-configuration
When running
./gradlew build -PKMP_TARGETS="JVM"
, the:gradle-plugin
module fails to build b/c the publication tasks are not present.This also effects the test gradle files, which should utilize
kmp-configuration
gradle plugin as well.