mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
common: add manrope font resources
This commit is contained in:
parent
c837ecc46e
commit
76973ccec2
8 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,10 @@ kotlin {
|
|||
android {
|
||||
buildFeatures { androidResources = true }
|
||||
compileSdk = 30
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
sourceSets["main"].apply {
|
||||
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
res.srcDirs("src/commonMain/resources")
|
||||
}
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue