common: add manrope font resources

This commit is contained in:
Harsh Shandilya 2021-08-12 14:28:48 +05:30
parent c837ecc46e
commit 76973ccec2
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
8 changed files with 4 additions and 1 deletions

View file

@ -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

Binary file not shown.

Binary file not shown.