Use Android Source Set v2

This commit is contained in:
Syer10
2023-03-26 16:44:35 -04:00
parent 684b0f68ed
commit 72af19e426
7 changed files with 7 additions and 14 deletions

View File

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