dgngulcan
02/07/2018, 8:44 PMaar
and compile it to a project that kotlin is not added to and having the exception
Caused by: java.lang.ClassNotFoundException: Didn't find class "kotlin.jvm.internal.Lambda"
What could be the problem?
My kotlin dependencies as below,
api 'org.jetbrains.kotlin:kotlin-stdlib:1.2.21'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.22.2'
api 'org.jetbrains.anko:anko-coroutines:0.10.4'louiscad
02/08/2018, 2:40 AMdgngulcan
02/08/2018, 3:10 AMaar
file does not include the dependencies as @louiscad mentioned, the pom file wasn't including dependencies of the library module. solution can be found in the stackoverflow question above.