mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Heimdall: It's back!
This commit is contained in:
@ -3,6 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
plugins {
|
||||
java
|
||||
id("gay.pizza.foundation.concrete-root") version "0.7.0"
|
||||
id("gay.pizza.foundation.concrete-library") version "0.7.0" apply false
|
||||
id("gay.pizza.foundation.concrete-plugin") version "0.7.0" apply false
|
||||
}
|
||||
|
||||
@ -53,7 +54,7 @@ subprojects {
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xopt-in=kotlinx.serialization.ExperimentalSerializationApi"
|
||||
freeCompilerArgs += "-opt-in=kotlinx.serialization.ExperimentalSerializationApi"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user