Ivann Ruiz
03/22/2020, 9:51 PMkotlin-kapt
plugin and all btw.
error: package javax.annotation does not exist
import javax.annotation.Generated;
It is a Kotlin multiplatform project, below are the versions for the libraries i'm using:
kotlinVersion = "1.3.70"
serialization = "0.20.0"
coroutines = "1.3.5"
ktor = "1.3.2"
kodein = "6.5.3"
moko = "0.6.0"
navigation = "2.3.0-alpha04"
Anastasia Finogenova
03/22/2020, 10:07 PMIvann Ruiz
03/22/2020, 10:38 PMIvann Ruiz
03/22/2020, 11:00 PMkotlin-kapt
plugin altogether. I can get away with it for now since I'm not using kapt heavily, but still looking for a more permanent solution.