Olle
03/25/2020, 2:17 PMclass file for kotlin.jvm.internal.markers.KMappedMarker not found
whenever im compiling the project implementing the library. I’ve added the kotlin stdlib to the library as a dependecy like so:
api("org.jetbrains.kotlin:kotlin-stdlib:1.3.71")
It does compile if i add kotlin to the project implementing the library but we would like to avoid that if possible.
any tips/pointers would be appriciated, Thanks!api('my.library.name:5.0.2@aar') {
transitive = true <---Important
}