Joachim Ansorg
11/01/2019, 1:18 PMcom.github.arrow-kt:kotlin-compile-testing:1.2.3-SNAPSHOT
. I've tried 1.3.0
and also com.github.tschuchortdev:kotlin-compile-testing:1.2.3-SNAPSHOT
, but this also failed. I've seen the thread above, but 1.3.0
doesn't seem to work here.
Is there a way to make this work? @Imran/Malicamanda.hinchman-dominguez
11/01/2019, 1:48 PMJoachim Ansorg
11/01/2019, 1:48 PMamanda.hinchman-dominguez
11/01/2019, 1:52 PMamanda.hinchman-dominguez
11/01/2019, 1:52 PMamanda.hinchman-dominguez
11/01/2019, 1:53 PMImran/Malic
11/01/2019, 2:01 PMImran/Malic
11/01/2019, 2:02 PMamanda.hinchman-dominguez
11/01/2019, 2:03 PMJoachim Ansorg
11/01/2019, 2:03 PMJoachim Ansorg
11/01/2019, 2:09 PMcd kotlin-compile-testing
3. gradle clean build publish
4. add mavenLocal()
to the repositories {}
in testing-plugin
5. change the dependency in testing-plugin
to implementation "com.github.tschuchortdev:kotlin-compile-testing:1.2.4-SNAPSHOT"
5. gradle should now be able to build this thing in offline modeamanda.hinchman-dominguez
11/01/2019, 2:44 PM