Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/kapt-cache
/
.
/
compiler
/
arguments.common
/
build.gradle.kts
blob: 0f2977dafa9ba8e819fb4a259c1d43c4b1855e71 [
file
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"gradle-plugin-compiler-dependency-configuration"
)
}
dependencies
{
api
(
project
(
":core:language.version-settings"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}