Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4e1f65a4173cb03ef0028d544df19e7e069c9350
/
.
/
libraries
/
examples
/
annotation-processor-example
/
build.gradle.kts
blob: b6f10bea64f9b565141d97ef23afe84462f57d8b [
file
]
description
=
"Simple Annotation Processor for testing kapt"
plugins
{
kotlin
(
"jvm"
)
maven
// only used for installing to mavenLocal()
}
dependencies
{
compile
(
projectDist
(
":kotlin-stdlib"
))
}
sourceSets
{
"test"
{}
}