dslint
dslint copied to clipboard
A lightweight Android linter for Kotlin DSL aimed to solve the problem of verifying mandatory DSL attributes at compile time.
Hey all, I'm the original creator of this repo. This repo will no longer receive changes, there's an active fork with new release: https://github.com/hananrh/dslint Versions are published to jitpack: https://jitpack.io/#hananrh/dslint
Jcenter is being sunset so do you have any plans to start releasing versions to Maven? Thanks!
Hey there, first of all thank you for open sourcing this library. It's a very original solution to the problem and the (appalling) lack of support for something so basic...
Thanks for this awesome library! Without trying it yet I think this will become a no-brainer dependency of you build heavy DSLs... Anyways. May I ask why this is an...