Skip to content

Commit

Permalink
fix: kotlin-dsl integration test (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul authored Aug 4, 2024
1 parent c8dcb14 commit 488468c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.kotlinxKover)
}

Expand All @@ -17,7 +18,7 @@ subprojects {

dependencies {
kover(project(':integration-tests:agp-groovy-dsl'))
// kover(project(':integration-tests:agp-kotlin-dsl'))
kover(project(':integration-tests:agp-kotlin-dsl'))
kover(project(':robolectric-extension'))
kover(project(':robolectric-extension-gradle-plugin'))
}
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sources = "sources"

[libraries]
androidGradleApi = { module = "com.android.tools.build:gradle-api", version.ref = "androidGradle" }
androidGradle = { module = "com.android.tools.build:gradle", version.ref = "androidGradle" }
androidGradleJava11 = { module = "com.android.tools.build:gradle", version = { require = "[7.0.0,8.0.0[", prefer = "7.4.2" } }
androidToolsCommon = { module = "com.android.tools:common", version.ref = "androidToolsCommon" }
androidxTestExtJunit = { module = "androidx.test.ext:junit", version.ref = "androidxTestExtJunit" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencyResolutionManagement {

rootProject.name = 'junit5-robolectric-extension'
include('integration-tests:agp-groovy-dsl')
//include('integration-tests:agp-kotlin-dsl')
include('integration-tests:agp-kotlin-dsl')
include('robolectric-extension')
include('robolectric-extension-gradle-plugin')

0 comments on commit 488468c

Please sign in to comment.