Skip to content

Not compatible with Kotest v6.0.1 #46

@popovych-y

Description

@popovych-y

It looks like the extension doesn't work with the latest stable Kotest which is 6.0.1. This simple test fails

@RobolectricTest
class SimpleTest :
    BehaviorSpec({
        given("An app is launched") {
            then("Application is initialised") {
                RuntimeEnvironment.getApplication().shouldNotBeNull()
            }
        }
    })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions