Skip to content

Commit

Permalink
Merge pull request #140 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Add opt in
  • Loading branch information
MohamedRejeb authored Nov 17, 2023
2 parents 0ce3e41 + 50553fb commit 3f868cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ import com.mohamedrejeb.richeditor.sample.common.ui.theme.ComposeRichEditorTheme
import com.mohamedrejeb.richeditor.ui.material3.RichText
import com.mohamedrejeb.richeditor.ui.material3.RichTextEditor
import com.mohamedrejeb.richeditor.ui.material3.RichTextEditorDefaults
import org.jetbrains.compose.resources.ExperimentalResourceApi
import org.jetbrains.compose.resources.painterResource

@OptIn(ExperimentalMaterial3Api::class, ExperimentalRichTextApi::class, ExperimentalLayoutApi::class,
ExperimentalResourceApi::class,
)
@Composable
fun SlackDemoContent() {
Expand Down

0 comments on commit 3f868cf

Please sign in to comment.