You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jacob Rein edited this page May 5, 2020
·
4 revisions
//To allow kapt
apply plugin: 'kotlin-kapt'//For the Annotations
implementation 'com.github.jakepurple13.HelpfulTools:dslannotations:{version}'//For the actual generation
kapt "com.github.jakepurple13.HelpfulTools:dslprocessor:{version}"