Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0cbd53d742811bc885f8dba1714ef4747d9c72c9
/
.
/
libraries
/
tools
/
analysis-api-based-klib-reader
/
testProject
/
build.gradle.kts
blob: b6e8f25f5a982ae9448233f55feacb130b72b1b2 [
file
]
plugins
{
id
(
"common-configuration"
)
id
(
"test-federation-convention"
)
id
(
"com.autonomousapps.dependency-analysis"
)
kotlin
(
"multiplatform"
)
}
kotlin
{
macosArm64
()
@Suppress
(
"DEPRECATION"
)
macosX64
()
linuxX64
()
linuxArm64
()
mingwX64
()
}