kotlin-unsigned | unsigned support for Kotlin via boxed types and unsigned operators | Functional Programming library
kandi X-RAY | kotlin-unsigned Summary
kandi X-RAY | kotlin-unsigned Summary
unsigned support for Kotlin via boxed types and unsigned operators
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kotlin-unsigned
kotlin-unsigned Key Features
kotlin-unsigned Examples and Code Snippets
Community Discussions
Trending Discussions on kotlin-unsigned
QUESTION
Long short story: I'd like to publish a variant for jdk8 retro-compatibility for one of my kotlin-only libraries.
This is a long-wanted feature which I'm trying to tackle since quite some time but never got it right. However after many attempts and help on Gradle Slack, I think I'm quite close but I still have an error I can't seem to get rid off.
The idea is to have the main version (src/main
and scr/jpms
, with this latter containing simply module-info.class
) compiled with jdk11, while having a jdk8
variant for src/main
only compiled of course with jdk8.
This is my current build.gradle.kts
:
ANSWER
Answered 2021-Sep-02 at 15:29I think I got it
QUESTION
So, 6.4 is (finally) out and has JPMS support
Eager to give it a try, I started to modify one project of ours in order to play with it.
jjohannes has a (kotlin) example on one of his repo
I tried to copy/paste what mattered into our project here
But unfortunately I didn't succeded.
Whenever I try to run, I always get:
C:\Users\elect\IdeaProjects\kotlin-unsigned\src\main\java\module-info.java:4: error: module not found: kotlin.stdlib.jdk8 requires kotlin.stdlib.jdk8;
Referring to the module-info.java
:
ANSWER
Answered 2020-May-13 at 11:02I checked your repo.
You will need these fixes.
- Added
java
plugin.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kotlin-unsigned
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page