Closed ernestkamara closed 2 years ago
I think it's an issue with Gradle configuration.
Could you try extract other plugin's config block to a file, just like you did with buildkonfig, and see how it goes?
Closing for now. Feel free to re-open the issue when you have further information.
Hi,
Our
buildkonfig
configuration has grown to 115 lines of code (with formatting), so we extract it to another gradle file. However, applying this plug-in to ourshared/build.gradle
fails our build with an exception.Steps to reproduce:
buildkonfig
to a separate gradle file, e.i.buildkonfig.gradle
in our case.apply(from = "$rootDir/gradle/buildkonfig.gradle")
inshared/build.gradle file
./gradlew build
should produce the error below:Error: