Initial commit
This commit is contained in:
@@ -4,17 +4,6 @@ plugins {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
androidLibrary {
|
||||
withHostTestBuilder {
|
||||
}
|
||||
|
||||
withDeviceTestBuilder {
|
||||
sourceSetTreeName = "test"
|
||||
}.configure {
|
||||
instrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user