17 lines
298 B
Text
17 lines
298 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.kmp)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "net.thunderbird.core.logging.file"
|
||
|
|
}
|
||
|
|
|
||
|
|
kotlin {
|
||
|
|
sourceSets {
|
||
|
|
commonMain.dependencies {
|
||
|
|
implementation(libs.kotlinx.io.core)
|
||
|
|
implementation(projects.core.logging.api)
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|