Hugo Martins
02/07/2021, 5:16 PMkotest
in Intellij, and adding a new module under kotest-extensions
(e.g. io.kotest.extensions.htmlreporter
), I can't for the life of me find a way to import io.kotest.core
. I'm sure this is probably something obvious that I'm missing but I've tried a couple different ways and can't seem to understand what...if anyone has any idea, I'd be extremely thankful. You can see the code (2 files) I added here:https://github.com/caramelomartins/kotest/tree/master/kotest-extensions/kotest-extensions-htmlreporter. Thanks!sam
02/07/2021, 5:35 PMsam
02/07/2021, 5:35 PMHugo Martins
02/07/2021, 5:42 PMimport io.kotest.core.listeners.TestListener
...somehow Intellij never recognizes it.sam
02/07/2021, 5:43 PMsam
02/07/2021, 5:43 PMHugo Martins
02/07/2021, 5:48 PMHugo Martins
02/07/2021, 5:51 PM./gradlew compileKotlin
builds just fineHugo Martins
02/07/2021, 5:51 PMsam
02/07/2021, 5:51 PMHugo Martins
02/07/2021, 5:53 PMsettings.gradle.kts
with include("kotest-extensions:kotest-extensions-htmlreporter")
and it still compiles...sam
02/07/2021, 5:53 PMHugo Martins
02/07/2021, 5:53 PMsam
02/07/2021, 5:53 PMHugo Martins
02/07/2021, 5:53 PMHugo Martins
02/07/2021, 5:55 PMTestListener
, but if I try to type the entire package it stops being able to reference at core
...Hugo Martins
02/07/2021, 5:55 PMHugo Martins
02/07/2021, 5:55 PMHugo Martins
02/07/2021, 5:55 PMsam
02/07/2021, 5:55 PMsam
02/07/2021, 5:55 PMHugo Martins
02/07/2021, 5:55 PMHugo Martins
02/07/2021, 5:56 PMsam
02/07/2021, 5:56 PMHugo Martins
02/07/2021, 5:57 PMProjectListener
which was what I need. thank you Sam! and I apologize for the hasslesam
02/07/2021, 5:57 PM