https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Maxime Vince

10/16/2023, 5:36 PM
Hello, i try to open another application with KMP (Google Maps for android). I've done an expect/actual function but in Android, i've not ContextCompat class so i can't open any application
k

krzysztof

10/16/2023, 7:47 PM
you have access to
LocalContext.current
composition local on Android
2 Views