all: migrate to M3

This commit is contained in:
Harsh Shandilya 2021-12-30 10:49:21 +05:30
parent e57a476145
commit 72d7297818
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
13 changed files with 295 additions and 66 deletions

View file

@ -1,3 +1,5 @@
@file:OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
import org.jetbrains.compose.compose
plugins {
@ -14,6 +16,7 @@ kotlin {
api(compose.runtime)
api(compose.foundation)
api(compose.material)
api(compose.material3)
api(projects.database)
api(projects.model)
implementation(libs.compose.richtext.markdown)