Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Aug 20, 2023
1 parent 7a5da83 commit 4c0c378
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Sources/SkipLibKt/Skip/skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@ build:
- 'id("com.android.library") version "8.1.0"'
- block: 'dependencies'
contents:
# kotlin-bom specifies the default version of any subsequent Kotlin dependencies
- 'implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.0"))'
- 'implementation("org.jetbrains.kotlin:kotlin-reflect")'
- 'implementation("org.jetbrains.kotlin:kotlin-test")'
- 'implementation("org.jetbrains.kotlin:kotlin-test-junit")'
- 'implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")'
- 'implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")'
- 'testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")'
- 'testImplementation("org.jetbrains.kotlin:kotlin-test-junit")'
- 'testImplementation("androidx.test:core:1.5.0")'
- 'testImplementation("androidx.test.ext:junit:1.1.5")'
- 'testImplementation("org.robolectric:robolectric:4.10.3")'

- block: 'kotlin'
contents:
Expand Down

0 comments on commit 4c0c378

Please sign in to comment.