Thomas
07/31/2019, 9:57 PMThomas
08/01/2019, 3:17 PMlfielke
08/02/2019, 2:38 AMexport TRAVIS_OS_NAME=linux
to avoid some iOS testing stuff breaking during gradle configuration.Thomas
08/02/2019, 6:21 PM./gradlew build -x test
This works fine and the build is successful. However, when I update the Kotlin version to 1.3.50-eap54 it says it cannot find the com.jetbrains.plugins:org.jetbrains.kotlin
plugin in project :sqldelight-idea-plugin
.Thomas
08/05/2019, 3:44 PM