Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Android to example #40

Open
Burtan opened this issue Nov 27, 2022 · 0 comments
Open

Add Android to example #40

Burtan opened this issue Nov 27, 2022 · 0 comments

Comments

@Burtan
Copy link

Burtan commented Nov 27, 2022

Hey,
could you add android as a test platform to this example? The following gives lint build errors for me.

val androidTest by getting {
    dependencies {
        implementation("io.kotest:kotest-runner-junit5:5.5.4")
    }
}
android { 
   testOptions {
        unitTests.all {
            it.useJUnitPlatform()
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant