revert spotless plugin (need to find a solution for @Composable function names)

Remove unused imports
This commit is contained in:
davotoula
2025-10-21 12:47:42 +01:00
parent 1ce352e69f
commit 38d5527b91
9 changed files with 1 additions and 21 deletions

View File

@@ -21,13 +21,9 @@
package com.vitorpamplona.amethyst.commons.richtext
import android.R.attr.text
import androidx.compose.runtime.mutableStateOf
import androidx.compose.ui.graphics.Color
import androidx.test.ext.junit.runners.AndroidJUnit4
import com.vitorpamplona.quartz.nip01Core.core.EmptyTagList
import kotlinx.collections.immutable.toImmutableList
import org.junit.Assert
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith

View File

@@ -21,10 +21,7 @@
package com.vitorpamplona.amethyst.commons.richtext
import androidx.compose.foundation.layout.ExperimentalLayoutApi
import kotlinx.collections.immutable.ImmutableList
import kotlinx.collections.immutable.persistentListOf
import kotlinx.collections.immutable.toImmutableList
import kotlin.collections.ArrayList
data class ParagraphImageAnalysis(
val imageCount: Int,