hackugyo
11/11/2016, 9:19 AMandroid.defaultConfig.consumerProguardFiles
in my library's project-level build.gradle. So my problem does not happen when I create my aar, as you said, but happens when I create my app.
Second, my proguard setting effects actually, because when I remove "-keep" line, building app stops with an error SampleSdk
class not found. With "-keep" line, I can call this class and method from Java, but not from Kotlin.