Ajay Venugopal
08/21/2025, 10:38 PMcommonMain.dependencies {
implementation(files("libs/shared-debug.aar"))
}
Thanks in advanceTaush Sampley
08/22/2025, 12:02 AMDeep Patel
08/22/2025, 2:48 AMcommonMain
- only androidMain
- If I had the source code, I'd convert it to kotlin - make a module out of it and consume it into my commonMain