Skip to content
Snippets Groups Projects
Verified Commit 9fb0b566 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Release 1.1.0: Add support for JVM 1.6 (e.g. Android)

parent 239a87bc
No related branches found
Tags 1.1.0
No related merge requests found
Pipeline #640 passed
......@@ -51,7 +51,7 @@ tasks.test {
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "1.6"
freeCompilerArgs = listOf(
"-Xopt-in=kotlin.ExperimentalUnsignedTypes"
)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment