Robert Stoll

Results 150 comments of Robert Stoll

@simonNozaki sure, I guess you had already a look at [Your first code contribution](https://github.com/robstoll/atrium/blob/main/.github/CONTRIBUTING.md#your-first-code-contribution). Note that adding a sample would probably be an easier issue to start with and as...

@simonNozaki specs only defines the specs in a parametric way. It's the tests of the Api modules you need to run in the end. easiest is you run ./gradlew build....

@simonNozaki no worries and no hurry, just wanted to be sure you are not stuck

No, your task is to rewrite https://github.com/robstoll/atrium/blob/main/misc/tools/readme-examples/build.gradle (i e. currently groovy based) to build.gradle.kts (Kotlin based)

@Chandra-Sekhar-Bala I suggest you read https://kotlinlang.org/docs/multiplatform-add-dependencies.html and similar sites and compare groovy and Kotlin. If you are already familiar with gradle's Kotlin DSL then just rename build.gradle to build.gradle.kts and...

@Chandra-Sekhar-Bala do you need help?

@JithendraD This is certainly not an easy task to start with and I recommend you start with a [good first issue](https://github.com/robstoll/atrium/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+no%3Aassignee) first. But you can give it a go if...