Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.8.0
/
.
/
analysis
/
analysis-internal-utils
/
build.gradle.kts
blob: 78f57e0120c6b7cee2e3901f76ad2cb94e53938f [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
implementation
(
project
(
":compiler:psi"
))
implementation
(
intellijCore
())
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{
none
()
}
}
kotlin
{
explicitApi
()
}