Releases: scana/ok-gradle
Releases · scana/ok-gradle
1.0.1
v1.0.0
v0.5.0
v0.4.0
v0.3.1
v0.3.0
- New: support for Bintray repository added (now commons-io:commons-io can be found, thanks to Brohacz)
- New: omit modules with build.gradle.kts files (support for those is on its way!)
- New: support kotlin-kapt configuration name for annotation processors (thanks to @DVDAndroid)
- Fix: duplicated artifacts are no longer displayed on the list
v.0.1.0
- [feature] Artifacts can now be automatically inserted into build.gradle files! (#4)
- [feature] Artifacts from all of the sources are now displayed (#10)
- [feature] Annotation processors are now somewhat supported* (#1)
- [feature] Tips added
- [feature] Keyboard shortcuts added - see the tips!
- [feature] Notifications added
- plenty of stability fixes - e.g. the plugin does no longer breaks when there is any network connection error
* If Ok, Gradle detects that there is an counterpart artifact with a -compiler
postfix, it will automatically add it with the annotationProcessor keyword.