buszi0809
05/23/2024, 4:01 PMbnorm
05/23/2024, 4:24 PMincludedSourceSets
configuration to see if that helps? Otherwise I will need a sample project to figure out what could be wrong.buszi0809
05/23/2024, 4:45 PMreleaseUnitTest
(I'm running tests on release, also just releaseTest
doesn't work)
It seems like I'm also having some trouble with assertions. I'm using JUnit4 Assert.assertEquals
for assertions, so I've specified functions = listOf("org.junit.Assert.assertEquals")
but it also doesn't work. It started to work when I changed the test to use kotlin.assert
. Am I setting it wrong?bnorm
05/23/2024, 6:06 PMbuszi0809
05/24/2024, 5:11 AMbnorm
05/26/2024, 4:38 PMfunctions
configuration, but it is been something I've considered adding, just haven't thought much about the exact syntax.buszi0809
05/27/2024, 7:33 AM