Yuang Qiao
05/09/2023, 11:21 AMmacosX64
that depends on a KSP module, I got a build error:
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm']
> Failed to apply plugin 'org.jetbrains.kotlin.jvm'.
> Gradle#projectsEvaluated(Action) on build 'SQLlin' cannot be executed in the current context.
The detail is here: https://github.com/qiaoyuang/SQLlin/actions/runs/4902155422/jobs/8753830437
The way that I execute the unit tests:
./gradlew :sqllin-dsl:cleanMacosX64Test
./gradlew :sqllin-dsl:macosX64Test --stacktrace
You can get the upgraded code here: https://github.com/qiaoyuang/SQLlin
And you can get the code that haven't upgraded here: https://github.com/ctripcorp/SQLlin
Can you tell me how can I fix this problem, Please.😭Fabio
05/22/2023, 1:12 PMorg.gradle.configureondemand=true
. Try removing that from your gradle.properties
file to see if it helpsYuang Qiao
05/29/2023, 12:52 PM