yusuf3000
03/06/2018, 11:40 AMkotlin-platform-common
module A dependent on another kotlin-platform-common
module B. Android studio can correctly find the references, but gradle cannot compile module A as it cannot find the reference to B.
Does anyone know how to correctly make one kotlin-platform-common module dependent on another?apply plugin: 'kotlin'
), then it can find the references.dany
03/06/2018, 12:41 PMilya.matveev
03/06/2018, 2:20 PMexpectedBy
-dependencies in one platform project so this should solve your problem.