Oliver
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Oliver created a post, AnsweredHow to set kotlinOptions to --enable-preview in Gradle
Hello, I want to use OpenJDK19 with preview features enabled in a IntelliJ project using Kotlin and Gradle. It works for Kotlin. In an IntelliJ project without Gradle I can make use of those new fe... -
Oliver created a post, AnsweredMultiple projects with separate Git repo dependent on each other: how to create local builds?
I have several projects (Commons, ProjectA, ProjectB) in IntelliJ that each reside in their own Git repo. ProjectA and ProjectB depend on project Commons. When I change code in Commons I have to b...