RyuNen344

Results 15 comments of RyuNen344

it works good to me ``` set DIRENV_CONFIG manually set XDG_CACHE_HOME manually set XDG_DATA_HOME manually ```

@takahirom @Corvus400 sorry for late 🙏 announcement end points returns json like this👇 ```json5 { "status": "string", "announcements": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "title": "string", "content": "string", "type": "ALERT", //ALERT, NOTIFICATION,...

Thanks! assigned! 🙏

@ho2ri2s sorry for late 😢 you can check it at `https://ssot-api-staging.an.r.appspot.com/events/droidkaigi2022/sponsor` ```json "status": "OK", "sponsor": [ { "sponsorName": "DroidKaigi", "sponsorLogo": "https://hoge.png/", "plan": "GOLD", // PLATINUM, GOLD, SUPPORTER "link": "https://company.com/" },...

I'm facing same problem after bumped AGP version to 7.0 I use `androidComponents` API workaround like this ```groovy androidComponents { beforeVariants(selector().all()) { android.sourceSets.maybeCreate(name).java.srcDir( layout.buildDirectory.dir("generated/sqldelight/code/DB_NAME/${buildType}") ) } } ``` Maybe related...

@Moozart could you give me more info? e.g) kotlin version, kmp plugin version, gradle version

API definitions are here - https://droidkaigi.stoplight.io/docs/ssot-api/b3A6MjQzMzYzOTI-get-announcements-by-language - https://droidkaigi.stoplight.io/docs/ssot-api/b3A6MjQzMzYzOTM-get-announcements-by-announcement-id