How do i make a android only service on KMP
# multiplatform
j
How do i make a android only service on KMP
s
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.