Coverage Summary for Class: Preview_androidKt (com.javiersc.samples.features)

Class Method, % Branch, % Line, % Instruction, %
Preview_androidKt 0% (0/1) 0% (0/14) 0% (0/3) 0% (0/73)
Preview_androidKt$KaariPreview$1 0% (0/1) 0% (0/8) 0% (0/1) 0% (0/31)
Preview_androidKt$KaariPreview$2
Total 0% (0/2) 0% (0/22) 0% (0/4) 0% (0/104)


 package com.javiersc.samples.features
 
 import androidx.compose.runtime.Composable
 import com.javiersc.samples.features._theme.ComposePlaygroundTheme
 
 @Composable
 fun KaariPreview(composable: @Composable () -> Unit) {
     ComposePlaygroundTheme { composable() }
 }