Lukasz Kalnik
02/22/2022, 8:41 AMLightColorTemperatureViewModelKotest has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Lukasz Kalnik
02/22/2022, 8:43 AMcompileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions.jvmTarget = JavaVersion.VERSION_11.toString()
tasks.withType(Test::class.java) { testTask ->
testTask.useJUnitPlatform()
}
Lukasz Kalnik
02/22/2022, 9:07 AMval kotestVersion = "5.1.0"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-property:$kotestVersion")
testImplementation("io.kotest.extensions:kotest-extensions-koin:1.1.0")
Lukasz Kalnik
02/22/2022, 9:36 AMLukasz Kalnik
02/22/2022, 9:36 AMLukasz Kalnik
02/22/2022, 9:38 AM