blob: 3ef6275d87937ef7dcd167d1754754d4db4e8e46 (
plain) (
blame)
1
2
3
4
5
6
|
{%- set publish = target.publish -%}
{%- set libraries = target.consumer|selectattr('type', 'eq', 'library') -%}
{%- set with_kotlin = target.with_kotlin -%}
{%- set kotlin_version = target.kotlin_version -%}
{%- include "[generator]/jdk.jinja" -%}
|