Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
core
/
compiler.common.js
/
build.gradle.kts
blob: d8d23930ad478ae204376514a3ae71b724e96426 [
file
]
plugins
{
kotlin
(
"jvm"
)
}
project
.
configureJvmToolchain
(
JdkMajorVersion
.
JDK_1_8
)
dependencies
{
api
(
project
(
":core:compiler.common"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}