felislynx
04/07/2021, 6:58 AMinclude ':OtherProject'
project(':OtherProject').projectDir = new File('../other_project/module')
How to achieve that in KTS format?CLOVIS
04/07/2021, 7:19 AMimplementation(project(":projectNameHere"))
compose/common
depends on client
. (Both are Multiplattorm)
https://gitlab.com/braindot/clovis/-/blob/master/compose/common/build.gradle.kts#L21felislynx
04/07/2021, 7:24 AMkqr
04/07/2021, 8:30 AMinclude(":asasd")
project(":adasd").projectDir = File("abc")
?felislynx
04/07/2021, 8:50 AM