tylerwilson
01/28/2020, 10:14 PMCzar
01/28/2020, 10:40 PMimplementation(":blabla")
it doesn't matter how blabla
project is defined.tylerwilson
01/29/2020, 12:28 PMinclude ':sharedlibrary'
project(':sharedlibrary').projectDir = new File(settingsDir, '../shared-library')
I expect I have to do the same in the Kotlin/JS settings.gradle.kts file?