Laurence Willmore
Laurence Willmore
Good starting article on how to configure -> https://blog.jetbrains.com/kotlin/2021/11/gradle-jvm-toolchain-support-in-the-kotlin-plugin/
Give some example projects
Move to simpler and code checked documentation. Example: https://github.com/Kotlin/kotlinx.serialization/tree/master/docs Uses Knit to check code examples: https://github.com/Kotlin/kotlinx-knit/
Write a guide for contributions and pull requests
Enrich the base query first, then enrich resource specific queries.
At the moment the second operand accessors for expressions is like 'subjectVal("Blah")'. It would be better as just subject("Blah"). I think kotlin DSL scoping tools can fix this. Or if...
A t least give some guidance on how to test, and possibly some testing tools.
Allow provision of expected Data Classes to define structure of properties. This will be used to validate policies, and for submitting Objects for decision points.