Vincent Williams
11/24/2019, 4:49 AMoctylFractal
11/24/2019, 5:01 AMsubprojects {
dependencies { ... }
}
or make a new subproject, add the java-library plugin to it, add stdlib dependencies as api(kotlin("...")), then depend on that using implementation(project(":name-of-the-project"))Vincent Williams
11/24/2019, 5:01 AMsubprojects block in the root file... However it is saying Unresolved reference: implementationoctylFractal
11/24/2019, 5:02 AM"implementation"()Vincent Williams
11/24/2019, 5:02 AMapi, but I was hoping there was an easier way 🤔Vincent Williams
11/24/2019, 5:03 AMoctylFractal
11/24/2019, 5:03 AMjava, java-library , the kotlin pluginoctylFractal
11/24/2019, 5:03 AMgildor
11/24/2019, 1:09 PM