Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
libraries
/
tools
/
mutability-annotations-compat
/
build.gradle.kts
blob: c9f05fab53d27a4c7f5110886ee02287faac9848 [
file
]
description
=
"Compatibility artifact with Mutable and ReadOnly annotations"
plugins
{
java
id
(
"jps-compatible"
)
}
project
.
updateJvmTarget
(
"1.8"
)
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}