File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ android.useAndroidX=true
99android.minSdk =30
1010android.compileSdk =34
1111
12+ # something has always been off with how android test targets are treated, so we need to compile
13+ # test sources with jdk.version instead of what matches the actual Android SDK. has no impact on publishing
14+ android.raiseTestToJdkTarget =true
1215# MPP
1316kotlin.mpp.enableCInteropCommonization =true
1417kotlin.mpp.stability.nowarn =true
Original file line number Diff line number Diff line change @@ -17,14 +17,7 @@ pluginManagement {
1717}
1818
1919if (System .getProperty(" publishing.excludeIncludedBuilds" ) != " true" ) {
20- includeBuild(" signum" ) {
21- dependencySubstitution {
22- substitute(module(" at.asitplus.signum:indispensable" )).using(project(" :indispensable" ))
23- substitute(module(" at.asitplus.signum:indispensable-josef" )).using(project(" :indispensable-josef" ))
24- substitute(module(" at.asitplus.signum:indispensable-cosef" )).using(project(" :indispensable-cosef" ))
25- substitute(module(" at.asitplus.signum:supreme" )).using(project(" :supreme" ))
26- }
27- }
20+ includeBuild(" signum" )
2821} else logger.lifecycle(" Excluding Signum from this build" )
2922
3023rootProject.name = " vc-k"
You can’t perform that action at this time.
0 commit comments