Cedric Beust

Results 31 issues of Cedric Beust

``` compile("com.graphql-java:graphql-rxjava:0.0.1") ``` ``` $ ./kobaltw --resolve com.graphql-java:graphql-rxjava:0.0.1 __ __ __ __ __ / //_/ ____ / /_ ____ _ / / / /_ / ,< / __ \ /...

Project: https://github.com/Kotlin/kotlinx.html

Recommendations from Ilya Chernikov: > The best source is probably the one in the gradle plugin, in particular > > ``` > org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompiler > ``` Exact link: https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin-core/src/main/kotlin/org/jetbrains/kotlin/gradle/tasks/Tasks.kt#L139 It basically...

Currently, dependent projects are defined as ``` val p = project(dependent1, dependent2) { ``` Need to make this more universal and extend it to test dependencies: ``` val p =...

When `--init` is run from a project that contains `pom.xml`, Kobalt should find all the other `pom.xml` files and honor the `` and project `` in the final `Build.kt`.

Tried to upload a brand new project to bintray (without creating the package there): ``` ───── kobalt-groovy:assemble Directory docs/javadoc/ doesn't exist, not including it in the jar Created ./kobaltBuild/libs/kobalt-groovy-0.1.pom INC...

Which plug-ins would you like Kobalt to have? Add comments to this issue and I'll add them to this list. - Shading - OSGi - SQLDelight (https://github.com/square/sqldelight) Android: - ~~SDK...

When sending `getDependencies()` to a Kobalt server, dependent projects are wrong: ``` import com.beust.kobalt.* import com.beust.kobalt.api.Project val module1 = project { name = "module1" group = "com.beust" artifactId = name...

Discussion here: https://github.com/jitpack/jitpack.io/issues/353