Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kotlin-bitflags
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
kotlin-bitflags
Commits
9fb0b566
Verified
Commit
9fb0b566
authored
4 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.1.0: Add support for JVM 1.6 (e.g. Android)
parent
239a87bc
No related branches found
Branches containing commit
Tags
1.1.0
Tags containing commit
No related merge requests found
Pipeline
#640
passed
4 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle.kts
+1
-1
1 addition, 1 deletion
build.gradle.kts
gradle.properties
+1
-1
1 addition, 1 deletion
gradle.properties
with
2 additions
and
2 deletions
build.gradle.kts
+
1
−
1
View file @
9fb0b566
...
...
@@ -51,7 +51,7 @@ tasks.test {
tasks
.
withType
<
KotlinCompile
>
{
kotlinOptions
{
jvmTarget
=
"1.
8
"
jvmTarget
=
"1.
6
"
freeCompilerArgs
=
listOf
(
"-Xopt-in=kotlin.ExperimentalUnsignedTypes"
)
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
+
1
−
1
View file @
9fb0b566
...
...
@@ -2,7 +2,7 @@ kotlin.code.style=official
junit5Version
=
5.6.0
GROUP
=
de.justjanne
VERSION_NAME
=
1.
0.1
VERSION_NAME
=
1.
1.0
POM_ARTIFACT_ID
=
kotlin-bitflags
POM_NAME
=
kotlin-bitflags
POM_DESCRIPTION
=
Simple Bitflags for Kotlin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment