Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
core
/
compiler.common.wasm
/
build.gradle.kts
blob: 2ef24bbef336ed133927567bf13cc7141138954f [
file
]
plugins
{
kotlin
(
"jvm"
)
}
project
.
configureJvmToolchain
(
JdkMajorVersion
.
JDK_1_8
)
dependencies
{
api
(
project
(
":core:compiler.common"
))
implementation
(
project
(
":core:compiler.common.web"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}