Skip to content

Commit

Permalink
Fix inability to access core classes from material3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Feb 20, 2024
1 parent f4e5dd2 commit cf0eaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ android.useAndroidX=true
kotlin.code.style=official

# Below here is all packaging details, not build configuration.
version=1.0.1
version=1.0.2
group=io.github.boswelja.markdown
2 changes: 1 addition & 1 deletion material3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation(project(":core"))
api(project(":core"))
implementation(compose.material3)
}
}
Expand Down

0 comments on commit cf0eaba

Please sign in to comment.