https://kotlinlang.org logo
Title
b

bissell

06/17/2018, 9:30 PM
Also, is the
KotlinCommonCompile
target broken? Whenever I try to use it in my build script in the same spot as
KotlinCompile
and
Kotlin2JsCompile
I get:
> Could not get unknown property 'org' for project ':common' of type org.gradle.api.Project.
h

h0tk3y

06/18/2018, 11:42 AM
It's
KotlinCompileCommon
, not
KotlinCommonCompile
.
I see, there was a mistake in the docs (https://github.com/JetBrains/kotlin-web-site/blob/master/pages/docs/reference/using-gradle.md) stating that it's the name you asked about. I fixed it, it should update soon.
👏 1