All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.kotlin.deployment.FTLKotlinProcessor Maven / Gradle / Ivy

There is a newer version: 0.433.0
Show newest version
package xyz.block.ftl.kotlin.deployment;

import io.quarkus.deployment.annotations.BuildStep;
import xyz.block.ftl.deployment.DefaultOptionalBuildItem;

public class FTLKotlinProcessor {
    @BuildStep
    public DefaultOptionalBuildItem defaultOptional() {
        return new DefaultOptionalBuildItem(true);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy