Beacuse of lack of java.io.file . my test case cases of code coverage are failing as you can see here.
I am creating testcases for codecoverage which is wrapper of jacoco plugin . Here There are two part .
1. gradle.kts where i am building custom sdk called quality tool which is combination of multiple plugins . Here i am using kotlin dsl .
2. To write test cases of codecoverage i am creating Temporary folder in virtual memory where i am creating build.gradle ( groovy)
Failed to apply plugin kotlin android when i run test cases .
complete details of issue I have raised here :
https://youtrack.jetbrains.com/issue/KT-48853