John Peña
04/21/2020, 5:25 PMoctylFractal
04/21/2020, 5:26 PMbuild.gradle.kts
?John Peña
04/21/2020, 5:27 PMoctylFractal
04/21/2020, 5:28 PMimplementation
configuration any more
you could check by putting configurations.each { println(it.name) }
right before the dependency blockJohn Peña
04/21/2020, 5:34 PMJohn Peña
04/21/2020, 5:35 PMannotationProcessor
api
apiDependenciesMetadata
apiElements
archives
compile
compileClasspath
compileOnly
compileOnlyDependenciesMetadata
default
implementation
implementationDependenciesMetadata
kotlinCompilerClasspath
kotlinCompilerPluginClasspath
kotlinNativeCompilerPluginClasspath
kotlinScriptDef
kotlinScriptDefExtensions
runtime
runtimeClasspath
runtimeElements
runtimeOnly
runtimeOnlyDependenciesMetadata
sourceArtifacts
testAnnotationProcessor
testApi
testApiDependenciesMetadata
testCompile
testCompileClasspath
testCompileOnly
testCompileOnlyDependenciesMetadata
testImplementation
testImplementationDependenciesMetadata
testKotlinScriptDef
testKotlinScriptDefExtensions
testRuntime
testRuntimeClasspath
testRuntimeOnly
testRuntimeOnlyDependenciesMetadata
octylFractal
04/21/2020, 5:35 PMoctylFractal
04/21/2020, 5:36 PMJohn Peña
04/21/2020, 5:37 PMJohn Peña
04/21/2020, 5:37 PMoctylFractal
04/21/2020, 5:37 PMoctylFractal
04/21/2020, 5:38 PMJohn Peña
04/21/2020, 5:38 PMJohn Peña
04/21/2020, 5:38 PMoctylFractal
04/21/2020, 5:39 PMoctylFractal
04/21/2020, 5:39 PMJohn Peña
04/21/2020, 5:40 PMapply plugin: 'java'
in the subprojects blockJohn Peña
04/21/2020, 5:40 PMoctylFractal
04/21/2020, 5:41 PMplugins {}
block where possibleJohn Peña
04/21/2020, 5:41 PMJohn Peña
04/21/2020, 5:42 PMapply plugin: 'whatever'
in the subprojects block?octylFractal
04/21/2020, 5:42 PMJohn Peña
04/21/2020, 5:45 PMJohn Peña
04/21/2020, 5:45 PM