jschneider
11/17/2023, 8:42 AMimport com.benasher44.uuid.uuidFromWhich does not make a lot of sense, since this line compiles finde with 1.9. And the import also works fine in another module. It seems to be related to the gradle dependencies. Which are not very spectacular... Any ideas, suggestions?
commonMain {
dependencies {
implementation(KotlinX.serialization.core)
api("com.benasher44:uuid:0.8.1")
}
}
So I am a bit lost now.mbonnin
11/17/2023, 2:40 PMfile:///home/johannes/projects/com.cedarsoft.monorepo/internal/closed/rest/model/src/commonMain/kotlin/it/neckar/rest/jwt/JwtTokenClaim.kt:3:12
jschneider
11/17/2023, 3:13 PMimport com.benasher44.uuid.uuidFrom