Step 1: Add the dependency to your module's build.gradle file. If you have a multi-module setup, add this dependency to all the modules with UI elements that should be displayed inside the Showkase browser.Showkase supports both ksp and kapt. By default, it uses kapt as we only ...
SmsForwarder V3.0.0 Browse files Browse the repository at this point in the history main pppscn committed Jun 6, 2022 1 parent 4c14974 commit 0aa1abd Show file tree Hide file tree Showing 657 changed files with 33,829 additions and 25,804 deletions. Whitespace Ignore whitespace ...
I created a new Kotlin project and want to import my old project. Old configuration My new Kotlin project was configured to use Mapstruct and the build.gradle look like apply plugin: 'kotlin-kapt' dependencies { implementation "org.mapstruct:mapstruct:${mapstructVersion}" kapt "org.mapstruct:map...