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

John Dior

09/26/2023, 5:05 AM
How do i make a android only service on KMP
s

Spoudel347

09/26/2023, 6:13 AM
You can put it either on the
androidMain
or `androidApp`source set similar to what you do on the normal Android app. I recommend putting it on the
androidApp
unless you are building a library.
2 Views