Closed friedger closed 3 years ago
I failed to include the library into a common source set of the multi platform project KaMPkit
The jvm part can be found in the android module
Steps to reproduce:
maven(url = "https://jitpack.io")
implementation("com.github.komputing:Khash:6fe00e9c11")
BreedModel
println("The quick brown fox jumps over the lazy dog".sha512())
The function can't be found. However, in AndroidMain ,e.g. in PlatformAndroid, the sha512 call can be correctly added.
AndroidMain
PlatformAndroid
Is this only a problem with the way of publications?
closed by @fullkomnun in #21
I failed to include the library into a common source set of the multi platform project KaMPkit
The jvm part can be found in the android module
Steps to reproduce:
maven(url = "https://jitpack.io")
implementation("com.github.komputing:Khash:6fe00e9c11")
BreedModel
:The function can't be found. However, in
AndroidMain
,e.g. inPlatformAndroid
, the sha512 call can be correctly added.Is this only a problem with the way of publications?