mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-08 23:54:39 +00:00
Merge pull request #3340 from vitorpamplona/claude/github-ci-failures-yja302
fix(build): resolve :nappletHost benchmark variant via matchingFallbacks
This commit is contained in:
@@ -16,6 +16,14 @@ android {
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
// :amethyst defines a `benchmark` build type (release + profileable) for macrobenchmarks.
|
||||
// Declare a matching variant here so the app can resolve this library for benchmark builds.
|
||||
create("benchmark") {
|
||||
initWith(getByName("release"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
Reference in New Issue
Block a user