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