David Smith
05/12/2022, 3:44 PMExecution failed for task ':admin-app:kaptGenerateStubsKotlin'.
> Error while evaluating property 'filteredArgumentsMap' of task ':admin-app:kaptGenerateStubsKotlin'
> Could not resolve all files for configuration ':admin-app:kotlinCompilerPluginClasspathMain'.
> Could not find org.jetbrains.kotlin:kotlin-allopen:1.6.21.
Required by:
project :admin-app
> Could not find org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.6.21.
Required by:
project :admin-app
> Could not find org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.6.21.
Required by:
project :admin-app
David Smith
05/12/2022, 3:51 PMDavid Smith
05/12/2022, 3:55 PMThe project declares repositories, effectively ignoring the repositories you have declared in the settings
which sounds like it could be the cause of the original error. Something about the node plugin is stopping the repos in settings.gradle being used?David Smith
05/12/2022, 4:05 PMrepositories
block in the build.gradle.kts of this module however that is not very satisfactory as it is duplicating the definitions in settings.gradle