mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Use Android Source Set v2
This commit is contained in:
@@ -87,14 +87,6 @@ subprojects {
|
||||
sourceCompatibility(Config.androidJvmTarget)
|
||||
targetCompatibility(Config.androidJvmTarget)
|
||||
}
|
||||
sourceSets {
|
||||
named("main") {
|
||||
val altManifest = file("src/androidMain/AndroidManifest.xml")
|
||||
if (altManifest.exists()) {
|
||||
manifest.srcFile(altManifest.path)
|
||||
}
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
add("coreLibraryDesugaring", libs.desugarJdkLibs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user