Hello team and everyone,
sorry to bother yours due to the different time zones.
My name is Lihan, and I'm currently developing an Android App in Japan.
---
The Project is using KMP,
I'm have an issue with using applinks in KMP. Flutter seems to have dependencies.
Does anyone know if KMP has them too?
b
ByeongWook You
04/09/2024, 2:49 AM
Hello Lihan (こんにちは)
Did you check this repo?
https://github.com/motorro/KeepLink
In my case, I'm creating an app with Flutter, but the app link is a native domain, so I'm handling only the part that Flutter receives in common, and the rest of the app link or universal link is handled by each platform.
l
LiHan
04/09/2024, 4:07 AM
Hi @ByeongWook You ! Thank you. I did this Repository before and have previously implemented it, but adding Dokka as a dependency caused the project to fail to compile. I'm at a loss on how to proceed with the implementation. Therefore, I'm seeking a better solution.