In terms of what APIs you're using for shaders - yes.
I'm not sure what level of details you need to show here, but there are a few important details:
• Android SDK uses skia under the hood too
• skia/skiko is abstraction for canvas drawings above DirectX/OpenGL/Metal/etc, not for all platform APIs needed for Compose
• skiko doesn't have stable APIs, so we're trying to keep it as implementation details