Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a472a5ce authored by Rafael Tonholo's avatar Rafael Tonholo
Browse files

chore(notification): enable multiplatform string resources

parent 61e658cc
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
plugins {
    id(ThunderbirdPlugins.Library.kmp)
    id(ThunderbirdPlugins.Library.kmpCompose)
}

kotlin {
    sourceSets {
        commonMain.dependencies {
            implementation(projects.core.common)
        }
    }
}

android {
    namespace = "net.thunderbird.feature.notification"
}

compose.resources {
    publicResClass = false
    packageOfResClass = "net.thunderbird.feature.notification.resources"
}